I come from an iOS/OS X background and now use Unity3D a lot.
I would like to know if there is a way to create a UI in a separate scene in Unity and include that UI in multiple other scenes? Much like loading the same view from a xib
in Xcode.
I come from an iOS/OS X background and now use Unity3D a lot.
I would like to know if there is a way to create a UI in a separate scene in Unity and include that UI in multiple other scenes? Much like loading the same view from a xib
in Xcode.
Turns out there are quite a few ways to do this (see comments on question).
Prefabs
DontDestroyOnLoad
SceneManager
additive loading (my choice).