Пример #1
0
 void OnDestroy()
 {
     if (sInstance == this)
     {
         sInstance = null;
     }
 }
Пример #2
0
 void Awake()
 {
     if (sInstance == null)
     {
         sInstance = this;
     }
 }