Save & Load System during Development
The Save & Load system depends entirely on the presence of DataPersistenceManager in the scene. If DataPersistenceManager is missing, saving and loading will not function.
Placement & Behaviour
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 DataPersistenceManager should exist in the entire game. It must be placed at the start of the game (Main Menu).
For more Information, please refer to DataPersistenceManager.
Last updated