VR Devices
How to contribute to Unity

Oculus

The DK2 Oculus device is fully supported. GearVR support will be added in a future release.

You must be running the Oculus Runtime version 0.6.0 or later. This can be obtained from the Oculus Developer Website. At the time of writing, only Windows is supported on 0.6.0. Make sure your device is recognized by the Oculus Configuration Utility and Show Demo Scene functions correctly before running with Unity.

Oculus DK2 fully supports the Unity VR Editor workflow for rapid iteration times in editor.

Getting started with a new project

  • Make sure your DK2 is working as described above.
  • Open Unity.
  • Enable “Virtual Reality Supported” option in Player Settings.
  • Enter play mode in editor. You should be able to look around with the device and see the default skybox.

Upgrading your project from Oculus Unity Integration Plugin

  • Remove the OVR folder and any Oculus plugins from your project
  • Remove or disable the Camera Rig. Replace with standard Unity Camera.
  • Enable “Virtual Reality Supported” option in Player Settings.
  • Enter play mode in editor.
VR Devices
How to contribute to Unity