From bde6d9006b4e708ef8a9ea7fc7efdaebe3db9ccd Mon Sep 17 00:00:00 2001
From: yyl <yyl>
Date: 星期四, 22 五月 2025 18:11:49 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.1.20:10010/r/Project_SG_scripts
---
Main/System/Debug/DebugUtility.cs | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Main/System/Debug/DebugUtility.cs b/Main/System/Debug/DebugUtility.cs
index 000c3e6..1170615 100644
--- a/Main/System/Debug/DebugUtility.cs
+++ b/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";
}
}
--
Gitblit v1.8.0