Reflekt VR
"Reflekt VR" is a sample game that implements the classic mechanics of Pong, in VR.
This demonstrates how we can use the technology of Quantum to build multiplayer VR games.
The sample also illustrates the usage of the Quantum Bot SDK.
- Built with
Quantum 1.2.3 F2
- Requires
Unity 2018.4.3f1
or higher. - Runs on
Oculus Quest
,Oculus Go
andSamsung GearVR
Download the newest sample sources here: Reflekt VR
Disclaimer: The sample game was developed by BitCake Studio for Exit Games.
Highlights
- Simulation Independent Visualization:
The simulation is, at it's core, a 2D game of Pong. However, the sample represents the 2D game as a 3D environment completely independent of the simulation, the sample even features an in Editor VR-less view for testing the AI.
The sample also showcases world transformations so we can move a 2D world in 3D space, and how to handle VR input for a game like this. - Multi-difficulty AI with Hot Swap Capabilities:
This sample has a fully functional AI, with varying difficulty using Quantum's Bot SDK. The AI is always ready to take over the commands of a player in case the player disconnects, or if you just want to run a single player game against it. - Full Photon Voice integration.
Video
Screenshots




Release History
September 03, 2019
- Initial release of Reflekt VR using Quantum 1.2.3 F2
Back to top