Version: 2021.2
LanguageEnglish
  • C#

PlayerSettings.GetIl2CppCompilerConfiguration

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Switch to Manual

Declaration

public static Il2CppCompilerConfiguration GetIl2CppCompilerConfiguration(Build.NamedBuildTarget buildTarget);

Parameters

buildTarget The NamedBuildTarget.

Returns

Il2CppCompilerConfiguration Returns compiler configuration.

Description

Gets compiler configuration used when compiling generated C++ code for the build target you specify.


Declaration

public static Il2CppCompilerConfiguration GetIl2CppCompilerConfiguration(BuildTargetGroup targetGroup);

Parameters

targetGroup Build target group.

Description

BuildTargetGroup is marked for deprecation in the future. Use NamedBuildTarget instead.