Hello guys,
I searched a lot on this topic but cannot find it!
I am making an adventure game. The DontDestroyOnLoad function works and I am happy about that but…
lets say: I go from Level 1 to Level 2. Ok, I want to do some stuff with my character in Level 2 (I want to script/ test/ etc etc) so I quit
the game, and switch to the Scene view . Now I am in Level 1 again, because my character starts off in Level 1. I go to Level 2, and my character is logically not there, BUT I want to work on my character in Level 2. How to do this? How can I work in Level 2 while keeping the character from Level 1 and while working on this character in the Scene view???