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