Where are save games stored?
Save games are stored in Application.persistentDataPath .
If you want to locate this directory open the SaveManagerMP.cs and add a log as shown in the image below
UnityEngine.Debug.Log(path);
After adding the Log , try loading the player data and it will print the exact location of the save file.
Last updated