# Latest

> Use the most recent version of the scripting runtime available.

## Definition

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

> **Warning:**
>
> **Deprecated.** ScriptingRuntimeVersion has been deprecated in 2019.3 now that legacy mono has been removed

```csharp
Latest = 1
```

### Remarks

This is currently equivalent to a .NET 4.x runtime.
