예제 #1
0
 void OnDisable()
 {
     StandardSchedulers.StopSchedulers(); //Unity will get stuck for ever if you don't do this
 }
예제 #2
0
 public void StopDefaultSchedulerTasks()
 {
     StandardSchedulers.StopSchedulers();
 }
예제 #3
0
 void OnApplicationQuit()
 {
     StandardSchedulers.StopSchedulers(); //Unity will get stuck for ever if you don't do this
 }