Escape Room Project Intro (XR Rig Setup, Locomotion, and Controllers)

Lesson Notes:

In this video, we start setting up our brand new game project (MVP - Minimum Viable Product) where we will get a cool environment setup, a XR Rig (Player), and other features to allow the player to move around our abandon school.

📢 As suggested in the previous lesson note, follow these steps before getting started:

  • A GitHub repo is provided for the completed project

  • If you like to see the code with only the progress, and not a completed project then be sure to look at the feature branches which are named with "feature/*" prefix and you can access them from here

  • To check out a specific branch you can run the code below after cloning the repo. Just replace [BranchName] with the feature you like to look at, all branches are listed here. If you haven't installed git (or are not familiar) with source control let me know and I can assist you on discord, but be sure to install git here.

    git checkout [BranchName] 
  • Be sure to read the README.md for additional information about the project including steps to get the repo setup and licensing info.