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");