wangguan
2020-12-29 452c75675679c44cc39b04bdb7d330d7c5c14d5c
Assets/Scripts/Manager/ManagerRoot.cs
@@ -15,13 +15,17 @@
            GameObject root = GameObject.Find("ManagerRoot");
            if (root == null)
            {
                GameConfig.useSDK = SDKConfig.sdkChannel == SDKChannel.KTGM;
                if (Application.platform == RuntimePlatform.WindowsEditor ||
            Application.platform == RuntimePlatform.WindowsPlayer)
                {
                    GameConfig.useSDK = false;
                    GameConfig.OpenDebug = true;
                    SDKConfig.sdkChannel = SDKChannel.KTGM;
                }
                //PlayerPrefs.DeleteAll();
                Application.targetFrameRate = 60;
                //Debug.Log("设置了帧数为60");
                DOTween.Init(true, true, LogBehaviour.Verbose).SetCapacity(200, 10);