From 1a506412d1a67d0517a9f4853fa06c4fc1a572c3 Mon Sep 17 00:00:00 2001 From: "DESKTOP-DFUODFG\\Max" Date: Fri, 9 Jun 2023 16:20:09 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=AF=B9Debug=E7=9A=84?= =?UTF-8?q?=E5=BC=BA=E5=88=B6=E5=BC=95=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/Installer/InstallerController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Editor/Installer/InstallerController.cs b/Editor/Installer/InstallerController.cs index b301f9b..41d5dbd 100644 --- a/Editor/Installer/InstallerController.cs +++ b/Editor/Installer/InstallerController.cs @@ -4,7 +4,7 @@ using System.IO; using System.Text; using UnityEditor; using UnityEngine; -using Debug = UnityEngine.Debug; +// using Debug = UnityEngine.Debug; using System.Text.RegularExpressions; namespace HybridCLR.Editor.Installer -- Gitee