I load a scene at runtime additively with LoadLevelAdditiveAsync.
Looks like if - from the level of first scene object - I were unable to access additively loaded scene objects
- with use of:
GameObject.FindGameObjectsWithTag();
GameObject.Find();
FindObjectOfType(typeof(Type));
and the likes.
Has anyone also experienced this?
↧