excludeReferences
References to exclude when compiling the assembly.
Read time 1 minuteLast updated 9 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public string[] excludeReferences { get; set; }
Remarks
References paths are relative to project root and must include full filename with .dll extension.
Additional Resources: AssemblyBuilder.Build.