void OnDestroy()
 {
     s_Sigleton = null;
 }
 void Awake()
 {
     s_Sigleton = this;
     GameObject.DontDestroyOnLoad(this.gameObject);
 }