diff --git a/Editor/Installer/InstallerController.cs b/Editor/Installer/InstallerController.cs index b301f9b2885e9b0ec2504e2d5a3d26ccc339afd7..41d5dbdad87551fdb1a6f17c3ea3753a344b0054 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