# Release

> Compiles C# code with optimizations. Used for running with all unnecessary code paths disabled and for shipping releases to users.

## Definition

* **Type:** Field
* **Namespace:** [UnityEditor](/engine/6000.7/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
Release = 3
```
