wangguan
2020-12-23 1e192494412a34d17548834a6aff639202cdfdda
Assets/Scripts/Manager/ManagerRoot.cs
@@ -19,6 +19,8 @@
            Application.platform == RuntimePlatform.WindowsPlayer)
                {
                    GameConfig.useSDK = false;
                    GameConfig.OpenDebug = true;
                }
                Application.targetFrameRate = 60;
                //Debug.Log("设置了帧数为60");