Unity Game SDKv0.5.1Download SDK
RUEN

Compatibility

Engine, SDK, Launcher and transport versions evolve independently. A game package must declare its tested combination.

v0.5.1 matrix

ComponentSupportNote
Unity2022.3 LTSprimary tested line
PlatformLinux x86_64required release build
Launcher0.10.4+contract audited against 0.10.4
Manifestvorivox.launch.v1strict critical validation
Transportv1 / sdk_version 1.0loopback WebSocket
Players1 or 2hit has no weapon identity

Forward compatibility

Ignore unknown additive manifest fields. The SDK preserves raw JSON for extended sections while validating critical contract fields.

Changing Unity

Another major/LTS line requires full graphics, input, WebSocket, Linux player and projector QA.

Package declaration

"engine_version": "2022.3",
"sdk": {
  "name": "com.vorivox.unity-gamesdk",
  "version": "0.5.1"
}