Exemple #1
0
 void Awake()
 {
     p = this.transform;
     net.TBMSP.Lib.Program.Init(Application.persistentDataPath + "/", true);
     Debug.Log("En esta carpeta se guardan los archivos: \"" + net.TBMSP.Lib.Program.RootDirectory + "\"");
     FileBase.CreateDirectory("Data/SaveData");
     for (int i = 0; i < Slots.Length; i++)
     {
         Slots[i] = TDF.CreateString();
     }
 }