Do scenes get saved in quicksaves? My project won't save it, is this normal?
Quick saves not saving scenes
We are not providing support via this forum; it's community-driven. For official support see https://naninovel.com/support/#naninovel-support
-
- admin
- Posts: 538
- Joined: 11 May 2020 18:03
Re: Quick saves not saving scenes
What do you mean by scenes? If it's about Unity scenes, Naninovel neither use, nor save-load the scenes.
-
- Posts: 30
- Joined: 02 Feb 2021 19:11
Re: Quick saves not saving scenes
I see... Me and my team are creating a VN in which you can move between interactive, 3D levels. At one point I would like to use a save-load system, I tried it yesterday to see if I could save the actual scene the player is in and I found about Naninovel not saving scenes
I guess I should modify any save scripts of your tool or create a separate save system?
-
- admin
- Posts: 538
- Joined: 11 May 2020 18:03
Re: Quick saves not saving scenes
That's right, Naninovel can't track something it doesn't know about, such as custom gameplay built outside of it. You're free to save your state independently of Naninovel or integrate with the Naninovel save-load system; for latter see https://naninovel.com/guide/state-manag ... stom-state
-
- Posts: 30
- Joined: 02 Feb 2021 19:11
Re: Quick saves not saving scenes
How does Naninovel load the states? I know its done by using LoadAsync, SaveAsync and other related methods, what I do not understand is how does it use the variables on GameStateMap to load them
-
- admin
- Posts: 538
- Joined: 11 May 2020 18:03
-
- Posts: 30
- Joined: 02 Feb 2021 19:11
Re: Quick saves not saving scenes
Thanks, I now can save the current scene and current BGM, as well as load them via a load script