The Meta Quest is a VR headset made by Meta, previously called Oculus.
Questions tagged [oculusquest]
162 questions
7
votes
1 answer
WebXR controllers for button pressing in three.js
I would like to figure out how to map out the controls for my oculus quest and other devices, using three.js and webXR. The code works, and allows me to move the controller, maps a cylinder to each control, and allows me to use the trigger to…

Justin W King
- 71
- 1
- 4
6
votes
5 answers
"Unable to start Oculus XR Plugin" error when starting game in Unity
I am currently developing a 3d VR game for Oculus Quest headset on Unity (v 2019.3.6f1)
Whenever I start the game in Unity editor (by pressing "Play" button) I get the following errors :
Unable to start Oculus XR Plugin.
Failed to load display…

Yeahrik
- 71
- 1
- 1
- 6
6
votes
1 answer
Programmatically control Oculus Quest camera passthrough mode
I haven't seen this in their docs. Does anyone know (or have an ETA) if we can toggle on/off pass-through camera mode programmatically?

pale bone
- 1,746
- 2
- 19
- 26
4
votes
0 answers
ERROR: Please sign or rebuild your APK using a production certificate or verify your keystore build settings are correct. - Oculus APK upload Error
When I upload my APK to the Oculus developer hub it gives this error :
ERROR: Please sign or rebuild your APK using a production certificate or verify your Keystore build settings are correct. I couldn't figure out how to troubleshoot the problem.…

Slash_Kill
- 41
- 1
4
votes
0 answers
Is it possible to copy/paste text inside oculus quest with native controllers?
It seems oculus quest is lacking a native implementation of copy/pasting text (at least with oculus controllers).
Clipboard is part of android core functionality. Did anyone implemented a "hack" to sideload android package that will allow…

Michael Simkin
- 41
- 3
3
votes
1 answer
HDRP support for Android, Unity?
I am building a VR android application for Oculus Quest 2 using HDRP. I am aware that on the Unity site it says that the HDRP support for Android is not there yet. But I wanted to confirm if there were any updates and/or the article on Unity is old…

Neelam S
- 31
- 1
- 3
3
votes
2 answers
Unable to set up new Unreal & Quest 2 development environment
I am unable to get even an empty Unreal project targeting the Quest 2 platform to build Android targets without errors. It seems to be related to the mess of various Java / SDK / NDK / Gradle versions that aren't compatible with each other, and I…

BlueMonkMN
- 25,079
- 9
- 80
- 146
3
votes
1 answer
How to write file to Oculus Quest internal storage
I am trying to write a .csv file to save the user's actions and collect it later from the device. I have tried on my computer and it works but I can't seem to get it to work in the Oculus Quest.
My code goes like:
using (var writer = new…

Marcelo Nunes
- 73
- 2
- 10
2
votes
0 answers
Android/Oculus Quest 2 - Kiosk Mode
I'm working at the moment on a delicate matter that is the implementation of some sort of kiosk mode for Oculus Quest 2, that is not prebuilt for the device.
The Oculus Quest 2 is running on some 10.0 version of Android, but there's a huge Meta…

OctopusMarmelade
- 21
- 2
2
votes
1 answer
Enabling OMX support in GStreamer for Android
I'm currently trying to hook onto an HW H.264 decoder on Oculus Quest 2 (Adreno 650).
The platform supports just one HW decoder OMX.qcom.video.decoder.avc
The video decoding pipeline is created using GStreamer and currently looking like this:…

Stanislav Svědiroh
- 87
- 1
- 9
2
votes
1 answer
How to setup a fast development workflow (plug and play) for Oculus Quest 2 with Unity
How would I go about setting up Unity and Oculus so I can hit Play in Unity and see the results immediately instead of building and running the game on Oculus?

Aleksandar Ruseski
- 441
- 4
- 10
2
votes
1 answer
Can't move camera in A-Frame with Oculus Quest 2
Is it possible to move camera in A-Frame projects with Oculus touch controllers?
Can't find any working example.

Andrey Melnikov
- 23
- 4
2
votes
1 answer
Export Babylon.js as a native Oculus application
I'm implemented a WebXR app using Babylon.js.
To run it on my Oculus Quest 2, I'm using the Oculus browser.
Can I save it as a native Oculus application?

Noam Peled
- 4,484
- 5
- 43
- 48
2
votes
3 answers
casting Oculus quest 2 with scrcpy
I have a simple question.
When casting oculus quest 2 with scrcpy, the casted video shows two screens while oculus app's video shows one screen.
Why Oculus quest 2's video with scrcpy shows two screens? and how can oculus app get the screen one eye…

LYG
- 41
- 1
- 7
2
votes
0 answers
Write txt to Oculus Quest 2 and read it out on PC
I have developed a Unity game that will be used for research purposes. The time that the player needs per level is written in a txt file. On PC it works fine. But I can't find it anywhere when I read the Oculus files with sidequest or android file…

9Ilkp
- 21
- 3