# scriptingRuntimeVersion

> Returns the scripting runtime version currently used by the Editor.

## Definition

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

> **Warning:**
>
> **Deprecated.** ScriptingRuntimeVersion has been deprecated in 2019.3 due to the removal of legacy mono

```csharp
public static ScriptingRuntimeVersion scriptingRuntimeVersion { get; }
```
