This version of Unity is unsupported.

PlayerSettings.GetAdditionalCompilerArgumentsForGroup

Switch to Manual

Declaration

public static string[] GetAdditionalCompilerArgumentsForGroup(BuildTargetGroup targetGroup);

Parameters

targetGroup The BuildTargetGroup to get the compiler arguments for.

Returns

string[] Returns an array with the compiler arguments associated with a BuildTargetGroup.

Description

Gets an array of additional compiler arguments set for a specific BuildTargetGroup.