예제 #1
0
 private void Start()
 {
     instance = this;
     //print(Application.persistentDataPath);
     if (DataSaver.CheckFirstTimeData())
     {
         LoadSavedData();
     }
     else
     {
         ContinueButton.SetActive(false);
     }
 }