VR Hands and Physics

Locomotion & Teleportation

Last year I got my hands on an Oculus Quest 2 Virtual Reality Headset. After enjoying many popular titles on them, I couldn't resist myself to start fiddling around with Unity3D. This page covers some interesting finding and prototypes regarding VR I am working on.

As soon as I completed Half Life: Alyx, I created an empty project and began mimicking some of its core mechanics. This first prototype implements a pair of virtual hands that can interact with world objects.

The virtual hands now react physically as they should. The player is able to move things around, pick up items and interact with the environment. Apart from that, a locomotion and teleportation movement system is added as well.

A Pair of Virtual Hands

My VR Experience