Exemplo n.º 1
0
 public void LoadData()
 {
     save = JsonFormatterHelper.Load <SaveGame>(Application.persistentDataPath, "data.json", true);
 }
Exemplo n.º 2
0
 public void SaveData(Save pepe)
 {
     JsonFormatterHelper.Save(pepe.save, Application.persistentDataPath, "data.json", true);
 }