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

BuildTargetGroup is marked for deprecation in the future. Use PlayerSettings.GetAdditionalCompilerArguments instead.

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

Additional resources: AdditionalCompilerArguments.


Did you find this page useful? Please give it a rating: