コード例 #1
0
 void OnDisable()
 {
     instance = null;
 }
コード例 #2
0
 //singleton logic
 void OnEnable()
 {
     instance = this;
 }