Example #1
0
 void OnDestroy()
 {
     instance = null;
 }
 void OnDestroy()
 {
     instance = null;
 }
Example #3
0
 void Awake()
 {
     Util.Assert(instance == null);
     instance = this;
 }
 void Awake()
 {
     Util.Assert(instance == null);
     instance = this;
 }