コード例 #1
0
 void Awake()
 {
     //If the instance is null, we set the reference.
     if (instance == null)
     {
         instance = this;
     }
 }
コード例 #2
0
 private void OnDestroy()
 {
     instance = null;
 }