Is there a call similar to OnSceneLoaded that would fire after the scene has loaded and before update is called?
Thanks
Is there a call similar to OnSceneLoaded that would fire after the scene has loaded and before update is called?
Thanks
Maybe OnLevelWasLoaded fits your needs.
Ref:
http://docs.unity3d.com/Documentation/ScriptReference/MonoBehaviour.OnLevelWasLoaded.html