fix:1、修复部分bug

This commit is contained in:
2026-07-02 11:46:24 +08:00
parent af7617c352
commit 63b530f245
22 changed files with 92 additions and 1102 deletions
+2 -1
View File
@@ -6,6 +6,7 @@ using SGModule.MarkdownKit;
using SGModule.Net;
using SGModule.NetKit;
using UnityEngine;
using UNSDK;
public class ChillConnectRoot : MonoBehaviour
@@ -16,10 +17,10 @@ public class ChillConnectRoot : MonoBehaviour
GameObject ingameDebugConsole = GameObject.Find("IngameDebugConsole");
if (ingameDebugConsole != null) ingameDebugConsole.SetActive(false);
#endif
// if (ingameDebugConsole != null) ingameDebugConsole.SetActive(false);
// NetworkKit.Instance.InitData(ConfigManager.GameConfig.packageName, ConfigManager.GameConfig.isRelease);
SdkConfigMgr.Init();
MaxADKit.Init();