SplitScript reference / MonoVersion
MonoVersion
enum
enum MonoVersion
Identifies the supported Unity Mono metadata layouts.
These versions describe Mono's internal target-memory structures, not the marketing version printed by the Mono runtime.
Examples
Select a Mono metadata layout
let monoVersion = MonoVersion.V2
Capabilities
| Member | Description | Available through |
|---|---|---|
| Equatable | Supports equality comparison. |
Variants
| Member | Description | Available through |
|---|---|---|
| V2 | Layout used by Unity releases before the V3 metadata change. | |
| V3 | Layout used by Unity 2021.2 and newer releases. |
Operators
| Member | Description | Available through |
|---|---|---|
| == | Reports whether this value and another value are equal. | Available through Equatable |
| != | Reports whether this value and another value differ. | Available through Equatable |