Questions tagged [oculusquest]

The Meta Quest is a VR headset made by Meta, previously called Oculus.

162 questions
0
votes
1 answer

Can SteamVR 2.2 be used to develop an app for Oculus Quest in Unity3D?

I am developing an app for Oculus Quest, but want to use the SteamVR 2.2 Input System instead of the Oculus OVR. More specifically, I want to use the SteamVR hands and SteamVR_Skeleton_Poser. I tried just using the Interaction Example sample…
Psam
  • 1
0
votes
2 answers

ThreeJS and VR (WebXR) debugging

I have Oculus Quest and I want to support VR mode in my THREEJS app. The question is: how to debug this mode (controls etc.)? Oculus and Firefox Reality browsers don't have chrome devtools. I've tried WebVR and WebXR emulation plugins. WebXR…
SalientBrain
  • 2,431
  • 16
  • 18
0
votes
0 answers

PUN2 PhotonAvatarView doesn't detect Oculus standard teleport event

My multiplayer VR project is based on Unity3D, Oculus Integration v1.39 and PUN2 running on Oculus Quest. I'm using the standard teleport script provided in the Oculus library. PhotonAvatarView is what I use to keep avatar position/rotation in sync…
Claus
  • 5,662
  • 10
  • 77
  • 118
0
votes
1 answer

Unity Streaming-assets content not being read in Oculus Quest/Go

I'm working on a project that involves reading content from StreamingAssets. It works perfectly in the unity engine and in the Oculus Rift but when exporting apk to Oculus Quest/Go the streaming does not occur (quiz doesn't load). have anyone…
likuku
  • 358
  • 6
  • 21
0
votes
1 answer

Problem updating position of grabbable GameObject in VR Scene using PUN2 and Unity3D

I'm trying to add PUN2 support to a simple Oculus starter scene (cubes on a table). I was able to run the official Avatar synchronization on top of my basic Photon2 setup. This is the current sequence: Player 1 ( P1 - the one using Quest) creates…
Claus
  • 5,662
  • 10
  • 77
  • 118
0
votes
1 answer

Oculus Quest shows the wrong controller

when exporting a demo project (sphere + ovr controller and avatar) to oculus quest, instead of oculus quest controllers, the scene insists to show me the oculus go controller. I use unity 2018.3.14 and 2019.1.9 oculus integration v1.35 and…
likuku
  • 358
  • 6
  • 21
-1
votes
0 answers

How should I go about making "tutorial hands" to show users how to interact with objects?

I'm making a program in which users will need to interact with several types of controls (switches, knobs, etc.) in various different ways. For part of the tutorial, I want to show them how to interact with this by showing a disembodied ghost hand…
-1
votes
1 answer

Unity - Android NDK not found -- was manually installed

I am trying to code for Meta Quest 2 via Unity. Every time I try to build, I get an error that the proper NDK isn't installed. I have researched this and found advice to download it and then manually install. I installed it to the path described…
-1
votes
1 answer

5 digit pairing code for Oculus Quest 2 totally not showing

I accidentally unpaired one of the hand controls for our Oculus Quest 2, and in order to re-pair it again, I need to connect the headset to the Oculus app in my phone. But when I try to do so, my phone app says it has no connection with my headset.…
Karolina Hagegård
  • 1,180
  • 5
  • 26
-1
votes
1 answer

UE4 Missing Plugin "OculusAvatar"

I'm trying to open a project for VR development, but when I try to open it, this popup appears So I went to the Plugins to check if the plugin was disabled and the plugin doesn't even appear in my UE4.27.2
Elias Marrero
  • 187
  • 2
  • 15
-1
votes
1 answer

I need to test a VR Unity project with an HTC Vive Cosmos Elite - but we're developing for the Quest. Can I do something to differentiate the two?

I am in a university class which has us developing on Unity for VR. Students are given a Quest if they have none - and I myself have a Vive (base station tracking). As a result, I do not know how to develop for the quest, when all I have is a Vive…
-1
votes
1 answer

Oculus Quest crashing when camera rotates

I am facing an issue with Oculus Quest crashing when i rotate my head to one side (Left) but does not crash when i look Right side. I am using LWRP and facing this issue. I have even deactivated all gameobjects on the Left side but still it does not…
user12285218
1 2 3
10
11