I submitted my rift app for review by the Meta Quest Store Review Team.
The current status is showing that the app is crashing on starting but
in my store it is working completely fine. The exact message is "TEST
BLOCKER - The app crashes after launc...
I want to add some environment variables to my app, so that before
anyone runs the app those environment variables are set to particular
values before running the executable everytime. Can anyone suggest a
method to do it?
I want to add some environment variables to my app, so that before
anyone runs the app those environment variables are set to particular
values before running the executable everytime. Can anyone suggest a
method to do it?
I am trying to build a VR application using the native oculus sdk
provided by meta in Vulkan. I am facing an issue with textures in the
application. The Textures are flickering(more like jittering) at the
edges. The jittering is more prominent inside...
I am trying to build a VR app using the Native SDK provided. On closing
the app I am receiving the following Validation Error on the line
"ovr_DestroyTextureSwapChain(session, depthChain);". Does anyone knows
what might the reason behind it and how t...