Unity Game SDKv0.5.1Download SDK
RUEN

Unity game requirements

ParameterRequirement
UnityUnity 2022.3 LTS. Newer versions are allowed only after compatibility testing.
PlatformLinux x86_64 Standalone.
WindowFullscreen Window, without system borders or modal dialogs.
ResolutionAdaptive layout; 1920×1080 is the recommended design reference.
InternetThe game must run offline after installation.
SecretsDo not store session tokens or secrets in PlayerPrefs.
SessionDo not start gameplay before session.start.
CompletionSend session.complete exactly once.

Graphics

Vulkan and OpenGL Core are supported. Test the game on the reference VORIVOX computer. Do not assume that maximum Unity Editor quality settings are suitable for the target hardware.

Audio

The game must pause music, shots, animations, and timers correctly. Launcher owns the system splash screen and system sounds.

Input

Target-hit events are the primary gameplay input. Mouse and keyboard are allowed for development and service screens only.