yyl
2025-05-27 6df9b52e1d68d4bb145fcf6d0520c2fbfed6cef1
Main/System/Debug/DebugUtility.cs
@@ -145,10 +145,10 @@
    {
        if (debugRoot == null)
        {
            var prefab = BuiltInLoader.LoadPrefab("UIRootDebug");
            debugRoot = GameObject.Instantiate(prefab);
            MonoBehaviour.DontDestroyOnLoad(debugRoot);
            debugRoot.name = "UIRootDebug";
            // var prefab = BuiltInLoader.LoadPrefab("UIRootDebug");
            // debugRoot = GameObject.Instantiate(prefab);
            // MonoBehaviour.DontDestroyOnLoad(debugRoot);
            // debugRoot.name = "UIRootDebug";
        }
    }