Check Existence
You can check if a save file exists by name, or check if a key exists in the selected save file.
Check File Existence
Checks if a file exists by a name, subdirectories are supported
SaveAndLoad.SaveFileExists(string saveName);
Check Key Existence
Checks if a saved key exists in the currently selected save file
SaveAndLoad.Exists(string key);
Last modified: 20 October 2023