File path

Is there a way that I can find my file path to my save file.

Yes, add this to your Save() method in SavingSystem

Debug.Log($"Saving To {path}");

Privacy & Terms