# EmitReferenceAssembly

> Emit Reference Assembly when compiling scripts.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.Compilation](/engine/6000.6/script-reference/unityeditor/compilation.md)
* **Assembly:** UnityEditor.CoreModule

> **Warning:**
>
> **Removed.** Use of reference assemblies is always enabled

```csharp
public bool EmitReferenceAssembly { get; set; }
```
