Using the Save Storage
Scripting with the SaveStorage class.
Adding to the Storage
// Where save is a SaveFile reference
SaveStorage.instance.AddSave(save);Removing From the Storage
// Where save is a SaveFile reference
SaveStorage.instance.RemoveSave(save);Accessing the Saves
Get All Saves
Get a Save By File Name
Last updated