fix :1、先删除H5代码

This commit is contained in:
2026-07-07 20:03:00 +08:00
parent 03b3ad4364
commit 3fd1e034c9
36 changed files with 33895 additions and 34364 deletions
+1 -2
View File
@@ -6,14 +6,13 @@ using SGModule.MarkdownKit;
using SGModule.Net;
using SGModule.NetKit;
using UnityEngine;
using UNSDK;
public class ChillConnectRoot : MonoBehaviour
{
public void Awake()
{
#if UNITY_EDITOR || GAME_RELEASE || GAME_RELEASE1
#if UNITY_EDITOR || GAME_RELEASE
GameObject ingameDebugConsole = GameObject.Find("IngameDebugConsole");
if (ingameDebugConsole != null) ingameDebugConsole.SetActive(false);
#endif