From 28b841562c24fc081aa81aaa6d5119f39bd1d5d6 Mon Sep 17 00:00:00 2001 From: walon Date: Thu, 12 Jun 2025 15:27:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DLinkXmlProcess=E5=9C=A8Unity?= =?UTF-8?q?=202019-2022=E6=89=A7=E8=A1=8COnBeforeRun=E5=92=8COnAfterRun?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=87=BD=E6=95=B0=E6=8A=9B=E5=87=BANotImplem?= =?UTF-8?q?entedException=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Editor/Unity/LinkXmlProcess.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Editor/Unity/LinkXmlProcess.cs b/Editor/Unity/LinkXmlProcess.cs index 34d70af..729f510 100644 --- a/Editor/Unity/LinkXmlProcess.cs +++ b/Editor/Unity/LinkXmlProcess.cs @@ -27,12 +27,12 @@ namespace Obfuz.Unity public void OnBeforeRun(BuildReport report, UnityLinkerBuildPipelineData data) { - throw new NotImplementedException(); + } public void OnAfterRun(BuildReport report, UnityLinkerBuildPipelineData data) { - throw new NotImplementedException(); + } #endif