SaveLoadButton

The SaveLoadButton provides two methods for saving and loading the game. These methods can be linked to a button's on-click event listener.

Functions | SaveLoadButton

SaveGame()

Calls DataPersistenceManager.instance.SaveGame();

GetItemByName(string itemName)

Calls DataPersistenceManager.instance.LoadGame();

Last updated