This version of Unity is unsupported.
Method group is Obsolete

IIl2CppProcessor.OnBeforeConvertRun

Obsolete The IIl2CppProcessor interface will be removed in Unity 2021.2. Use IPostBuildPlayerScriptDLLs if you need to access player assemblies before il2cpp runs.

Declaration

public void OnBeforeConvertRun(Build.Reporting.BuildReport report, Il2Cpp.Il2CppBuildPipelineData data);

Parameters

report The current build report.
data Information about the current run of IL2CPP.

Description

Performs arbitrary logic before IL2CPP runs, which converts managed assemblies to C++ code.