What: VR time management game for Oculus, Vive, and Windows Mixed Reality platforms
When: Four-day long VR game jam in May 2020
Where: VR Jam 2020 “One Tool Many Uses” via itch.io
Who: Me – Unity3D, programming, gameplay design, graphics, sound design. Worked with two other team members who contributed art, design ideas, and testing
Why: Learn and explore the merits of Unity XR Toolkit as a cross platform VR framework and create a fun little game with members of the XR community.
How: Team collaboration through Discord and a Trello Kanban board, Unity 2019 and XR Toolkit for VR hardware support, Source control via Git, 3D modeling and texturing in Blender
As the team lead and sole programmer in a VR game jam I helped create this “Overcooked” inspired cooking time management game. Prompted with the thematic brief, “One Tool Many Uses”, development was completed over the course of four long sleepless nights. I am proud of the small Vive, Oculus, and WMR compatible game my team made together in such a short time. Download here to play through SteamVR
Implementation Highlights
My VR presence and interactions fueled “Cooking” gameplay system
Unity XR Toolkit’s interaction framework was used to build 6 degrees of freedom interactions.
Physicalized button system was built to select multitool functionality, spawn raw ingredients, and start a round of play at different difficulties.
Unity’s rigidbody / spring / joint system was used to create the refrigerator door players must open to collect ingredients.
World space Unity UI informational canvases were positioned to provide objective information in tension to their primary “cooking” workspace.
A controller button based input system was built allowing players to activate their selected cooking multitool’s ability to grab, cut, cook, or add water to their dishes
Challenges
Exploring cross platform XR Toolkit framework in its early beta life
I found that releasing objects held by the player had a chance of failing to remove the cached history of that object being held, resulting in bugs when performing subsequent grab actions. This was resolved by creating virtual methods to force grab deselection within XR Toolkit’s event system during key state changes.
Partial build failure. We found that a bug related to source control art asset merge conflicts resulted in one core feature being broken in build. Resolving this issue required testing earlier versions of the project to locate and identify the conflict.