VR glasses are a rather new technique and as such there are people that are unfamiliar on how to use them, therefore ADE Oy asked me to create a small tutorial game for new VR users that demonstrate the usual ways to play VR games. Teleporting, grabbing, laser, pressing of buttons.
ADE uses a localization system so some work had to be done to move from my own custom system to their own localization supported system.
Documentation was made to help the next inline.
Techniques:

Steam VR - SteamVR Unity plugin is easy to setup and grants you the basics with finger tracking and so makes creation of such games more straightforward.
Oculus Guest 2 - I was using the Oculus Guest 2 -headset, there were some challenges with something that SteamVR read differently between OG2 and the headset ADE normally used. Height of the player at start seemed to differ with different headsets.
Unity - Unity has been my go to game engine mostly because of its excellent tutorial and material amount.
C# - Code Code Code
Back to Top