- Home /
Question by
cambarkro · May 17, 2019 at 09:09 AM ·
gameobjectscenesadditive
How to access gameobject from Additive scene
I have two scenes one is "main scene" and another one is "sub scene". In main scene i have one button which will load the sub scene as (additive scene). I need to access one gameobject (in main scene) from additive scene (sub scene). Is it possible to find that gameobject with tag or by any other way.
Note: That gameobject is not in the root of the main scene.
Comment
What have you tried so far? I believe that, once the other scene is loaded, Find
will bae able to retrieve it, as far as the gameObject is active.