Ultimate Save And Load 2.0.0 Help

Save File Path

You can change the file name, subdirectory, and which is useful for organization, and profiles.

Main Function

SaveAndLoad.SetSavePath(string saveName);

Changing Subdirectory

You can add subdirectories by adding a forward slash "/" between directories

SaveAndLoad.SetSavePath("DirectoryOne/NewSave");

The code above sets the save path to a directory named "DirectoryOne" and sets the save file name to "NewSave"

Last modified: 20 October 2023