# ScriptingRuntimeVersion

> Available scripting runtimes to be used by the Editor and Players.

## Definition

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

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

```csharp
public enum ScriptingRuntimeVersion
```

## Fields

| Value                                                                                   | Description                                                     |
| --------------------------------------------------------------------------------------- | --------------------------------------------------------------- |
| [Latest](/engine/6000.7/script-reference/unityeditor/scriptingruntimeversion/latest.md) | Use the most recent version of the scripting runtime available. |
| [Legacy](/engine/6000.7/script-reference/unityeditor/scriptingruntimeversion/legacy.md) | Use the stable version of the scripting runtime.                |
