三国卡牌客户端基础资源仓库
Assets/Launch/Common/SingletonMonobehaviour.cs
@@ -30,7 +30,7 @@
                    GameObject _go = new GameObject();
                    _go.name = _name;
                    s_Instance = _go.AddComponent<T>();
                    //DontDestroyOnLoad(_go);
                    DontDestroyOnLoad(_go);
                }
            }
            return s_Instance;