Coding And Designing Your First MVP (Minimum Viable Product) AR Prototype

Lesson Notes:

In this video, I am excited to introduce you to the MVP AR project we will be building today. We will explore some of the features by examining the final project in Unity, as well as how it looks when running on the actual mobile device.

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

  • A GitHub repo is provided for the completed project.

  • This is important: Be sure to download the resources from here which will provide you with access to textures, audio, prefabs, & all resources used in this module.

  • 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.