- Home /
Save current Scene in Assetsfolder
Hey there, I want to save the scene that is currently loaded into the assetsfolder so I can load it even after I closed the game. I hope anyone knows how to do that :p, thx.
What do you mean by saving the scene? A unity scene can't be modified or forced to save any changes made at runtime. When you unload the scene either by switching scenes or quitting the game, said scene goes back to its original state and that cannot be changed. If you want to save data about the objects that where in your scene you will have to write said data to a file and read from it when entering the scene again.
What exactly are you trying to achieve?
Answer by N00MKRAD · Sep 11, 2017 at 07:46 AM
You can't do that.
Look for save/load solutions, it's not that simple.
Your answer
Follow this Question
Related Questions
Scene loading problem 5 Answers
Help with error message "Overwriting the same path as another open scene is not allowed" 0 Answers
CheckConsistency: GameObject does not reference component Animator. Fixing. 0 Answers
Variables are resetting after loading the play scene 1 Answer
Scene loads in editor not in build 0 Answers