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.

For more Information, please refer to DataPersistenceManager.

Last updated