Skip to content

Instantly share code, notes, and snippets.

@mhuebert
Last active August 29, 2015 14:26
Show Gist options
  • Save mhuebert/ca8e33243c133af5274b to your computer and use it in GitHub Desktop.
Save mhuebert/ca8e33243c133af5274b to your computer and use it in GitHub Desktop.
Oculus - Unity - Mac, July 30 / 2015

assuming you've already installed the Oculus runtime & it's working on your machine

  1. start unity (version 5.1.2f1 - download)
  2. edit > project settings > player, scroll to the bottom of panel on right side of page, "Other Settings", check "Virtual Reality Supported"
  3. command-p exits full-screen (remember this - ESC does not work)
  4. assets > import package > custom package... - select OculusUtilities.unitypackage (download)
  5. on the pop-up panel- keep selections as-is, just click import
  6. see "assets" panel at bottom of window. double-click OVR > Scenes > Cubes (or whatever scene you want)
  7. press play

if you get a Dll not found error: in your project folder - Assets > Plugins: rename libOVRGamepad.bundle to OVRGamepad.bundle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment