//注册
 public static void Regist()
 {
     if (_instance == null)
         _instance = gbb.ManagerObject.AddComponent<SoundManager>();
 }
 //销毁
 void OnDestroy()
 {
     _instance = null;
 }