void Awake()
 {
     instance = this;
 }
 private void OnDestroy()
 {
     DestroyFragments();
     instance = null;
 }
Esempio n. 3
0
 private void OnDestroy()
 {
     DestroyFragments();
     instance = null;
 }
Esempio n. 4
0
 void Awake()
 {
     instance = this;
 }
Esempio n. 5
0
 void Awake()
 {
     DontDestroyOnLoad(gameObject);
     instance = this;
 }
Esempio n. 6
0
 private void OnDestroy()
 {
     this.DestroyFragments();
     FragmentPool.instance = (FragmentPool)null;
 }
Esempio n. 7
0
 private void Awake()
 {
     Object.DontDestroyOnLoad((Object)((Component)this).get_gameObject());
     FragmentPool.instance = this;
 }