1. Open up the Unity Hub. Make sure version number 2019.2.6f1 is installed.
2. In your terminal, navigate to the directory where you'd like to download this project.
3. Use the command "git clone --recursive git@github.com:kmisyutina/CS428-Project2.git" to clone the project along with its VRTK asset folder.
4. In Unity Hub, add the newly cloned project, and you're good to go!
1. Open up the Unity Hub. Make sure version number 2019.2.6f1 is installed.
2. Navigate to the GitHub webpage on this site, and open up the Project 2 repository. Download the .zip file of the entire project.
3. Navigate to the directory where you'd like to download this project, and unzip the file.
4. In this new project directory, navigate to the Assets/VRTK folder, which is empty.
5. Back in the GitHub, navigate to the same directory: Assets/VRTK. It will link back to the VRTK repository. Download the zip file.
6. Back in your file folder directory, unzip and copy the contents of the VRTK zip file under Assets/VRTK. Delete all of the files relating to GitHub. (.git, .github folder, .gitattribute, .gitignore, .gitmodules)
7. Add the project to your Unity Hub.
https://drive.google.com/file/d/1k_B7iOvWMnK494btzszJtujjycy1s43l/view?usp=sharing
Download and unzip into your preferred directory.
Make sure Unity 2019.2.6f1 is installed!
Add to your Unity Hub, and run it!
If you are running this locally on the simulation, make sure that the SimulatedCameraRig is ENABLED, and that the UnityXRCameraRig is DISABLED.
If you are running this on a VR headset, make sure that SimulatedCameraRig is DISABLED, and that the UnityXRCameraRig is ENABLED.