修复LinkXmlProcess在Unity 2019-2022执行OnBeforeRun和OnAfterRun接口函数抛出NotImplementedException的bug
parent
6226c3a867
commit
28b841562c
|
@ -27,12 +27,12 @@ namespace Obfuz.Unity
|
||||||
|
|
||||||
public void OnBeforeRun(BuildReport report, UnityLinkerBuildPipelineData data)
|
public void OnBeforeRun(BuildReport report, UnityLinkerBuildPipelineData data)
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void OnAfterRun(BuildReport report, UnityLinkerBuildPipelineData data)
|
public void OnAfterRun(BuildReport report, UnityLinkerBuildPipelineData data)
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue