Save & Load System during Development
Last updated
Last updated
The Save & Load system depends entirely on the presence of in the scene. If is missing, saving and loading will not function.
Recommended Location: Main Menu (default & best practice).
DontDestroyOnLoad: Ensures persistence across scenes.
If you start the game from the Main Menu, Save & Load will work across all scenes.
If you start from a scene without DataPersistenceManager, Save & Load will not work.
IMPORTANT NOTICE REGARDING DATA PERSISTENCE MANAGER
Only one instance of should exist in the entire game. It must be placed at the start of the game (Main Menu).
For more Information, please refer to .