referencesOptions
Options to control the references that Unity uses during an assembly build.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Property
- Namespace: UnityEditor.Compilation
- Assembly: UnityEditor.CoreModule
public ReferencesOptions referencesOptions { get; set; }
Remarks
Set this property to UseEngineModules to build an assembly with UnityEngine module DLLs instead of the default monolithic UnityEngine.dll.
Additional Resources: ReferencesOptions.