Ultimate Save And Load 2.0.0 Help

Deleting

You can delete a save file, or delete a key in the selected save file.

Delete The Save File

Deletes the selected save file completely!

SaveAndLoad.DeleteAll();

Delete a Saved Value

Deletes a saved value alongside its key, all the other data in the file is left untouched

SaveAndLoad.Delete(string key);
Last modified: 20 October 2023