Building And Deploying Your First Cross-Platform VR Experience
All right you MADE IT !
I say that because we're about to begin working on your first VR game prototype where we will begin building a classic escape room with all the features we've learned so far in this course.
📢 Few things to do before you start with this section:
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.