Esempio n. 1
0
 public static void LoadScene(string _sceneName, string _spawnPointName, vThirdPersonInput tpInput)
 {
     if (!tpInput)
     {
         return;
     }
     targetCharacter = tpInput;
     spawnPointName  = _spawnPointName;
     sceneName       = _sceneName;
     targetCharacter.StartCoroutine(LoadAsyncScene());
 }