You want to carry over the score to the next scene, You don't want to recreate the GameManager every time. These are common scenarios. Normally, in Unity, when a new scene is loaded, the objects in ...
A GameObject is the base for everything in a scene. This includes characters, lights, cameras, and even empty markers. When it is on its own, it does nothing. It's what you attach to it that gives it ...