From 67f11d7f228d445166969d16992fc81d725dddce Mon Sep 17 00:00:00 2001
From: hch <305670599@qq.com>
Date: 星期一, 18 五月 2026 14:39:45 +0800
Subject: [PATCH] 0312 启动日志 测试硬核无广告渠道不能跳过广告问题

---
 Main/Manager/StageManager.cs |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/Main/Manager/StageManager.cs b/Main/Manager/StageManager.cs
index 1665f55..c554189 100644
--- a/Main/Manager/StageManager.cs
+++ b/Main/Manager/StageManager.cs
@@ -132,18 +132,18 @@
         UIManager.Instance.OpenWindow<MainWin>();
 
         //娓告垙鍐呮棩蹇楀叧闂�
-#if !UNITY_EDITOR
-        if (File.Exists(Directory.GetParent(Application.persistentDataPath) + "/Debug") ||
-        LocalSave.GetString("#@#BrancH") != string.Empty)
-        {
-            Debug.unityLogger.logEnabled = true;
-        }
-        else
-        { 
-            Debug.unityLogger.logEnabled = false;
-        }
+// #if !UNITY_EDITOR
+//         if (File.Exists(Directory.GetParent(Application.persistentDataPath) + "/Debug") ||
+//         LocalSave.GetString("#@#BrancH") != string.Empty)
+//         {
+//             Debug.unityLogger.logEnabled = true;
+//         }
+//         else
+//         { 
+//             Debug.unityLogger.logEnabled = false;
+//         }
 
-#endif
+// #endif
     }
 
     protected async UniTask OnLoading(AsyncOperation asyncOperation, Func<float> getLoadingProgress, Func<UniTask> anthorTask = null)

--
Gitblit v1.8.0