void OnDestroy()
 {
     if (INSTANCE == this)
         INSTANCE = null;
 }
 void Awake()
 {
     INSTANCE = this;
 }