void OnDestroy()
 {
     s_Instance = null;
 }
 void OnEnable()
 {
     s_Instance = this;
 }