This repository was archived by the owner on May 29, 2023. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork 0
SaveMethod
sophia daniels edited this page Oct 8, 2018 · 1 revision
Implements: ScriptableObject
Base abstract class for save methods. Used with SaveObject to save and load data.
The path to the save file. leave blank to save in default location
the parsed path to access the save data (file path or url)
the filename of the save file
saves the data
- Param: data - Data structure
Converts runtime data to a string to be saved
- Param: data - Data structure
- Returns: String of runtime data
clears data
- Param: data - Data structure
Home | SharedVariableSaveSystem
Extensions | ColorPalletSystem | InventoryItemsSystem | SoundProfileCaptions