How to use one Object for different Scenes?

hello Im new to Unity, as the title says, so how to do it ? Say I have a platformer, so Im on Scene1 level1 I have the character I have the GameController Script, and then I switch to next Scene, level2, and I drag again the character (from Project) and create another object. It create another object right? so the character and game controller is a new object now, how to make it global, as you use one object on diffrent scenes ? Thanks a lot and if you have questions or confusion on this thread please feel free to ask. Thanks again. cheers.

Use DontDestroyOnLoad(your player gameObject);

DontDestroyOnLoad

gotta try that thanks :smile: cheers. :smile: