コード例 #1
0
 private void OnDestroy()
 {
     singleton = null;
 }
コード例 #2
0
 // Use this for initialization
 private void Start()
 {
     singleton = this;
 }