Save

Enjoying Candy Merge?Leave a review

An overview of the save system.

Classes

Class What it does
SaveManager Singleton that handles all save and load operations
PlayerPrefsSave Saves and loads data using Unity's PlayerPrefs
Data Encapsulates a key-value pair to be saved or loaded
ISave Interface for implementing custom save systems
Last updated