This section describes how to set up and build your VR project on an Oculus mobile VR device, including Quest. Internally, these devices run Android, so developing from Unity has a lot in common with developing for any Android device. For VR, you set XR Plugin to Oculus and configure your project so that it builds and runs on the mobile VR device.
Before we begin, ensure your device is in Developer Mode, as follows:
- Open the Oculus companion app on the phone connected to the device.
- Go to the Settings menu (lower-right corner).
- Select the device (for example, Oculus Quest).
- Select More Settings | Developer Mode and switch it on, as shown in the following screenshot:
Next, we'll make sure you can build from Unity for a target Android platform.
Installing the Android tools
To develop VR apps that will run on Oculus Go and Oculus Quest...