Unity Game SDKv0.5.1Download SDK
RUEN

Launch manifest

{
  "schema": "vorivox.launch.v1",
  "session_id": "session-123",
  "session_token": "one-time-token",
  "game_id": "com.studio.tactical-warehouse",
  "game_version": "1.2.0",
  "locale": "en-US",
  "bridge": {
    "transport": "websocket",
    "url": "ws://127.0.0.1:17555/session",
    "heartbeat_interval_ms": 2000
  },
  "target_profile": {
    "width_mm": 2500,
    "height_mm": 1406,
    "coord_origin": "bottom_left"
  },
  "session": {
    "player_count": 1,
    "mode": "single"
  }
}
Do not store session_token in logs, PlayerPrefs, or crash metadata. The token is one-time and valid only for the current session.

Complete v1 sections

The SDK also parses display indices/fullscreen, persistent/cache/log paths and required game.players. Schema: vorivox.launch.v1.schema.json.