A Multiplayer Game Of Tag
Tag usually involve multiple people, so implementing multiplayer would make the game more complete. This was done using Photon for Unity, and this allows multiple people using VR headsets to play the game together. Each player's movement is shown in the other players' headsets in real time, allowing people to tag and interact with each other. Not only does this project serve as an introduction to multiplayer functionality, but also an introduction to VR functionality using Unity's XR Interaction Toolkit.
This game takes place on a circular world, providing infinite space for players to run around as they game. This was done by adjusting the player's orientation in relation to a much larger sphere, creating a navigation technique similar to Super Mario Galaxy.