Let's say I have scene A and Scene B and there is one object in each scene. There is also a script attached to the Object in scene A and I wanna hide the object in scene B trough that script.
If I'd do "public GameObject ObjectB;" I couldn't drag ObjectB in cuz it's in another scene.
Also tags don't affect other scenes.
Hope u can help. Also sorry if the solution is obvious, Im new to unity