Unity game requirements
| Parameter | Requirement |
|---|---|
| Unity | Unity 2022.3 LTS. Newer versions are allowed only after compatibility testing. |
| Platform | Linux x86_64 Standalone. |
| Window | Fullscreen Window, without system borders or modal dialogs. |
| Resolution | Adaptive layout; 1920×1080 is the recommended design reference. |
| Internet | The game must run offline after installation. |
| Secrets | Do not store session tokens or secrets in PlayerPrefs. |
| Session | Do not start gameplay before session.start. |
| Completion | Send 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.