Unity Game SDKv0.5.1Download SDK
RUEN

Install the SDK

The SDK is distributed as a Unity Package Manager package. You do not need to copy runtime sources into Assets.

Install from disk

  1. Open WindowPackage Manager.
  2. Click +Add package from disk.
  3. Select unity-package/com.vorivox.unity-gamesdk/package.json.
  4. Wait until the package appears under In Project.
Unity Editor setup
Recommended scene structure: a dedicated VORIVOX SDK object and a separate game controller.

Install through manifest.json

{
  "dependencies": {
    "com.vorivox.unity-gamesdk": "file:../Packages/com.vorivox.unity-gamesdk"
  }
}

Import samples

Open the package in Package Manager and click Import next to the sample you need. Version 0.5.1 includes five practical samples, including Starter Kit.

Do not manually copy Runtime files to multiple folders in the project. That causes duplicate types and asmdef conflicts.