I’m making a space exploration game and it has a spaceship. The spaceships insides are an entirely different scene. I want to make it so that when you exit the spaceship you get put where the spaceship is. How would I do that?
easiest way is to create a global script (autoload/singleton) that saves this information in a variable and then look up the value of this variable in the new scene