Assets/Scripts/Manager/ManagerRoot.cs
@@ -20,7 +20,8 @@ { GameConfig.useSDK = false; } Application.targetFrameRate = 60; //Debug.Log("设置了帧数为60"); DOTween.Init(true, true, LogBehaviour.Verbose).SetCapacity(200, 10); root = new GameObject("ManagerRoot"); @@ -32,6 +33,7 @@ root.AddComponent<AudioSourceManager>(); root.AddComponent<JsonDataReader>(); root.AddComponent<JsonDataInit>(); root.AddComponent<LanguageManager>(); // root.AddComponent<ErrorLogOnGUIMyTools>(); }