void Awake()
 {
     obj = this;
 }
 void OnDestroy()
 {
     obj = null;
 }