Exemple #1
0
 private void Awake()
 {
     if (instance == null)
     {
         instance = this;
         DontDestroyOnLoad(gameObject);
     }
 }
Exemple #2
0
 void OnDestroy()
 {
     instance = null;
 }