owenniblock / quest2starter

Can be used as a project template for Oculus Quest development in Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Can be used as a project template for Oculus Quest development in Unity

License:The Unlicense


Languages

Language:C# 95.3%Language:ShaderLab 4.3%Language:HLSL 0.4%