booninthemetaverse
10 months agoMember
App rejection due to VRC.Quest.Functional.9
I am submitting a fully MR only app to Meta Quest store early access and I am getting rejection due to the app failing VRC.Quest.Functional.9 : The user's forward orientation is not reset when the Oc...
- 10 months ago
[SOLVED]
I am using Meta XR SDK and Unity 2022.3.26f1. I found out the main cause of the rejection is because i enabled World Lock feature under MRUK. It is weird that this feature is causing this issue because it is suppose to anchor your objects in the real world environment while creating a MR experience.
Anyway, I disabled it and also manaully subscribed to the reset event using the code below to ensure user's forward direction is reset when user long pressed on Meta Home button.My app is finally approved and disabling the world locking feature does not seems to affect anything for my MR app.
https://www.meta.com/en-gb/experiences/take-a-leap/8154603794652880/OVRManager.display.RecenteredPose += OVRManager.display.RecenterPose;