D5: Code


GITHUB:

https://github.com/androwis/AwakeVR

Hand-off Plan

During the final weeks we will meet with the client to evaluate the state the project and ensure that all documentation, assets, and other things are ready to be passed along. Everything will be placed in the clients GitHub repository and can be setup using the Readme.md file.

We will be creating videos showing how to setup the project in unity

Required Software

Install Git: https://git-scm.com/downloads

Install the Unity Installer which should provide: https://unity.com/download

  • Unity Hub
  • Unity Editor version 2022.3.19f1
  • Install Visual Studio and its plugin

Install Meta Quest Developer Hub: https://developer.oculus.com/downloads/package/oculus-developer-hub-win/

Steps for Setup

  1. Pull the repository into a directory
  2. Open Unity Hub and hit “add project from disk”, then locate the “AwakeVR” directory from the repository.
  3. Open the project in Unity and then load in the game scene.
  4. Within the packages locate the “XR Plugin Management” packages then the xrmanifest.xml file. Update it with the contents of “AndroidManifest.xml” that is on github.
  5. Go to build settings, swith platforms to Android, then build the project. This should generate the APK file that can be put on the VR headset.