예제 #1
0
 void OnDestroy()
 {
     if(mInstance == this)
         mInstance = null;
 }
예제 #2
0
 void Awake()
 {
     //Object.DontDestroyOnLoad(gameObject);
     if(mInstance == null)
         mInstance = this;
 }