EditorAssembly
Defines whether the output assembly is an editor assembly.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Field
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
EditorAssembly = 1
Remarks
This flag will add references to editor assemblies and add editor specific #define directives. Assembly build behaviour will be the same as for editor scripts inside the Assets folder.