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;