Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


flags

Flags to control the assembly build.
Read time 1 minuteLast updated 12 days ago

Definition

Warning
Deprecated. This feature is being deprecated and will be removed in the future. Similar functionality can be achieved using the Roslyn compiler
public AssemblyBuilderFlags flags { get; set; }

Remarks

Set this property to AssemblyBuilderFlags.EditorAssembly to build an assembly with editor assembly references and #define directives.
Set this property to AssemblyBuilderFlags.DevelopmentBuild to build an assembly with development assembly #define directives.
Additional Resources: AssemblyBuilderFlags.