예제 #1
0
 public override void Start()
 {
     base.Start();
     instance = this;
 }
예제 #2
0
 void Awake()
 {
     instance = this;
 }
예제 #3
0
 public void OnDestroy()
 {
     instance = null;
 }