Exemplo n.º 1
0
 /// <summary>Deletes the project's data files.</summary>
 public static void Delete()
 {
     PlayerPreferences.DeleteAll();
     BinarySerializer.DeleteFile(typeof(PlayerManager).Name);
     BinarySerializer.DeleteFile(typeof(SettingsManager).Name);
 }
Exemplo n.º 2
0
 /// <summary>Deletes the project's data files.</summary>
 public static void Delete()
 {
     PlayerPreferences.DeleteAll();
 }