Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


referencesOptions

Options to control the references that Unity uses during an 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 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.