ScriptingRuntimeVersion
Available scripting runtimes to be used by the Editor and Players.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Enum
- Namespace: UnityEditor
- Assembly: UnityEditor
Warning
Deprecated. ScriptingRuntimeVersion has been deprecated in 2019.3 now that legacy mono has been removed
public enum ScriptingRuntimeVersion
Fields
Value | Description |
|---|
| Latest | Use the most recent version of the scripting runtime available. |
| Legacy | Use the stable version of the scripting runtime. |