예제 #1
0
 void OnDestroy()
 {
     if (ins == this)
     {
         ins = null;
     }
 }
예제 #2
0
 public static void ClearAll()
 {
     _tasks.Clear();
     //unload scene? if running
     //clear cache
     MapCaptureLoadFromCache.ClearAll();
 }
예제 #3
0
 void Start()
 {
     ins = this;
 }