예제 #1
0
 private void OnDestroy()
 {
     singleton = null;
 }
예제 #2
0
 // Use this for initialization
 private void Start()
 {
     singleton = this;
 }