From 27ced465551c543a47e6d19ae0b0fb4d329721b3 Mon Sep 17 00:00:00 2001 From: wangguan <wangguan@kt007.com> Date: Tue, 22 Dec 2020 16:55:03 +0800 Subject: [PATCH] 编辑器模式下开启debug 关闭了拖拽虚影 增加了拖拽脚本(空的) --- Assets/Scripts/Manager/ManagerRoot.cs | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Assets/Scripts/Manager/ManagerRoot.cs b/Assets/Scripts/Manager/ManagerRoot.cs index aef56d8..ddee027 100644 --- a/Assets/Scripts/Manager/ManagerRoot.cs +++ b/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"); -- Gitblit v1.9.1