少年修仙传客户端代码仓库
client_Wu Xijin
2018-10-25 267801ab9d88d9861f943cb714abb26bc1145cb9
System/Debug/DebugUtility.cs
@@ -72,7 +72,7 @@
    {
        if (debugRoot == null)
        {
            var prefab = Resources.Load<GameObject>("UI/Prefabs/UIRootDebug");
            var prefab = BuiltInLoader.LoadPrefab("UIRootDebug");
            debugRoot = GameObject.Instantiate(prefab);
            MonoBehaviour.DontDestroyOnLoad(debugRoot);
            debugRoot.name = "UIRootDebug";