All Questions
8 questions
0
votes
1
answer
424
views
How to get data from quest3 color camera, or get data from passthrough, but in video streaming form?
I want to make an application where one of the steps is to make sense of the items around me, I initially wanted to use the self contained scene understanding but I found out that it has to do a ...
0
votes
1
answer
601
views
Combining OpenXR and OVR Integration Plugins for Oculus Quest: Enabling Passthrough and XR Interaction Toolkit Integration, Unity Crash Issue
Combining OpenXR and OVR integration plugins for Oculus Quest: Is it possible to merge these plugins to utilize passthrough capabilities while also leveraging the XR Interaction Toolkit? If not, how ...
1
vote
2
answers
2k
views
In Unity OpenXR environment, how to reset the player position to center?
We're creating a game for graduate college. I'm making a flight shooting game in unity on VR.
The problem is that reset player (aircraft) position to current player's position in real.
Currently, my ...
1
vote
1
answer
3k
views
How to enable OpenXR backend for Oculus Plugin
I have built a VR project for the Oculus Rift S device with hand controllers in Unity 2020.3.43f, and now I am trying to build it.
I get the following error:
BuildFailedException: OpenXR backend for ...
1
vote
0
answers
442
views
OpenXR Runtime set to Steam is causing performance problems on Oculus Link
I am developing VR game on steam using Unity 2021 and OpenXR. When OpenXR Runtime is set to Oculus like on screenshot, everything is ok, performance in game is perfect.
But when I set OpenXR Runtime ...
4
votes
1
answer
1k
views
Best sample app for Oculus development with Android Studio?
Can anybody recommend a working Android Studio sample app that I can use for Oculus Quest 2, preferably with good documentation? I am looking for something I can build and run to start playing with ...
0
votes
1
answer
863
views
How do hello_xr (Openxr) sample retrieve the Vulkan API pointer for the Oculus Quest?
I always thought that on android platform we were supposed to load the pointer to Vulkan library using dlopen() and dlsym() (something like that:
libVulkan = dlopen("libvulkan.so", RTLD_NOW |...
1
vote
1
answer
337
views
Using Vulkan + OpenXR, getting strange transparency results on quest (not present in PCVR)
The long story short is that alpha values are behaving very strangely: transitioning reasonably between 1.0 to 0.5, but from 0.5 to 0.0 transitioning from half-opacity-{color} to opaque-black.
^ this ...