Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
ra_rasmus's avatar
ra_rasmus
Honored Guest
6 years ago
Solved

Oculus Integration asset necessary?

Hi there :)

I've developed VR applications professionally for B2B in Unity for a couple of years now - Gear VR, Vive, and Rift. It's my first time developing for the Oculus Quest, amazing device. I've easily and successfully been able to build directly to the device, and already made a working custom interaction framework in no time using Unity's XR Input system without the Oculus Integration asset in the project whatsoever.

I was wondering if using the Unity Integration asset is actually obligatory? I'm quite confident that I can make all the interaction needed on my own, but what if I hope to release something on the store one day?

If so, what are in fact the required parts of the asset package?
  • You'll at the very least need the platform integration to perform an entitlement check
  • No problem, happy to help! Yeah you got it rite. Youl have to get the whole oculus integration asset pack off the asset store since oculus no longer provides the individual components but you should be able to prune all non platform related scripts. Once thats good to go, put in your app id and you should be ready to perform the entitlement check

5 Replies

  • You'll at the very least need the platform integration to perform an entitlement check
  • No problem, happy to help! Yeah you got it rite. Youl have to get the whole oculus integration asset pack off the asset store since oculus no longer provides the individual components but you should be able to prune all non platform related scripts. Once thats good to go, put in your app id and you should be ready to perform the entitlement check
  • dev-test's avatar
    dev-test
    Honored Guest
    Hello,
    I'm having issues with the entitlement check on the Oculus quest, it always fail.
    Yet it's working perfectly on Oculus Go and GearVR.
    Any idea what's happening here ?