Questions tagged [virtual-reality]
Virtual reality is a technology that simulates the physical presence of users in an artificially-generated environment.
209 questions
2 votes
0 answers
62 views
How can I disable the built-in gyro control in Cardboard VR?
When I create a project in Unity, enable Google Cardboard VR support, and build a project on Android, the camera is controlled by a gyroscope, although I did not write any controllers. Even if I ...
1 vote
1 answer
183 views
How can I make liquid in my vr bartending game
I'm working on a realistic VR bartending game for Quest, and I need some help with making bottles pour liquid into cups. I'm aiming for a system where: When a bottle is tilted, liquid pours out ...
7 votes
3 answers
4k views
Is it possible to directly check for source code modification
I'm looking for a better way to actually detect "cheats" by checking if the source code of my game has been modified and if any code has been injected to the original code in C#. The issue ...
0 votes
0 answers
35 views
Unity XR Build and Run no longer working
I have connected the meta quest 3 to my computer via USB cable and allowed debugging on the device. I have opened the default VR template from Unity Hub, without any alterations. In Unity I select &...
1 vote
0 answers
127 views
Unity XR Device Simulator ignores camera position
I am trying out the XR Device Simulator in Unity. When I press PLAY, the camera falls to the floor and ignores the character controller / camera y offset. Why is this? How to correctly use the XR ...
0 votes
0 answers
160 views
Hide objects behind invisible wall
I am developing a VR application in Unity where I have a 3D object (a plane) flying over the player's head. I am using a Skybox for the background and I want to make the plane "disappear" ...
1 vote
0 answers
73 views
Voice SDK does not work on the Quest but does in Unity editor
I am making a VR game for the quest with Unity and for a trial I have a microphone with a button that you have to press and say a specific phrase. For that I am using the Voice SDK but I have a ...
0 votes
2 answers
389 views
Unity VR using OpenXR, how to spawn object when you grab a static object
I am trying to create a simple VR card game in Unity using OpenXR, just to learn Unity and also some VR stuff. I made a deck of cards object and a card object. I put both in a scene. The card is ...