Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


AdditionalCompilerArguments

Additional compiler arguments.
Read time 1 minuteLast updated a day ago

Definition

public string[] AdditionalCompilerArguments { get; set; }

Remarks

Compiler arguments must be preceded by a dash (-) or a slash (/).
To get a list of available compiler arguments, see Microsoft's official documentation on compiler options.
Example: -nowarn:1234 or /nowarn:1234.