SUMMARYUnable to retrieve personalized Oculus Avatar & profile info for
users on other Oculus platforms.CONTEXTWe currently have our social
application deployed in the Rift and Go stores. In our application,
users record a “Story” which consists of r...
I'm porting an application built using the Native Oculus Mobile SDK
(Java/Android) to Unity and ran into an incompatibility with the
OVRPlugin version (VrApi). I've ported sections of the existing code
base to java .aar plugins including a bluetooth ...
@mouse_bear Thank you for your attention to this issue. Unfortunately,
this issue has been plaguing us for weeks and still has not been fixed.
The upload succeeds randomly every ~3 attempts. Our upload process
occurs on a server build agent and it wa...
This is very interesting. We were unable to get this to work about 6
months ago. Have you tested this and confirmed that you are able to load
a personalized avatar using the Org Scoped ID? Are you able to load the
personalized avatar for a user that ...
I'm having the same issue. Our application requires completion of a
callback confirming entitlement before doing anything else so for me our
application just never gets past initialization
becauseOculus.Platform.Entitlements.IsUserEntitledToApplicati...
Adding Quest 2 controller support will depend on how you have
implemented controllers in your app. If you are using
OVRControllerPrefab from the Oculus SDK then it should "just work". They
have already updated this script (OVRControllerHelper) and pr...