This version of Unity is unsupported.

IIl2CppProcessor.OnBeforeConvertRun

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.