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}");
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}");