Skip to content

Latest commit

 

History

History
20 lines (18 loc) · 1.04 KB

README.md

File metadata and controls

20 lines (18 loc) · 1.04 KB

This is a repository meant to help developers who would like to have a quick starting point for developing applications for the Oculus Quest 2 VR headset.

Instructions

  1. Install Unity 2020.3.0f1 (LTS) from the Unity Hub
    • Remember to check the "Android Build Support" checkbox under Platforms
  2. Download this repo as a ZIP file
  3. Extract the ZIP file on your computer
  4. Add the folder as a project in Unity Hub
  5. Open the project by clicking on it in the Unity Hub
  6. Wait for Unity to load the project
  7. Go to Build Settings and select Android
    • Select "ASTC" in the Texture Compression dropdown
    • Check the "Development Build" checkbox
    • Click the "Switch Platform" button
    • Wait for Unity to finish re-compressing textures (this takes a while)
  8. Start working on your project

Additional Information