Depending on how complex your scene is, you have to consider if you want to use PackedScene
to serialize the entire current scene or just a custom data file to restore later as you need. If you need guide about serialization, take a look at:
Depending on how complex your scene is, you have to consider if you want to use PackedScene
to serialize the entire current scene or just a custom data file to restore later as you need. If you need guide about serialization, take a look at: