Questions tagged [htc-vive]

Use this tag to ask about HTC vive related questions. HTC Vive is a virtual reality(VR) headset developed by HTC and Valve Corporation, released on 5 April 2016.

155 questions
1
vote
0 answers

having vive 1.0 and 2.0 audio mirroring problems

I have both the vive 1.0 and 2.0 (full system). In SteamVR, I set the main audio to the HTC HMD and the mirroring audio to the computer so that I can hear it in the head set and through the computer. When I set it this way, sometimes it performs…
Elm
  • 1,355
  • 6
  • 22
  • 33
1
vote
1 answer

How to bring an object to the controller with A-Frame

I'm new to Aframes and I'm trying to figure out how to bring a sphere to the position of the right hand (Vive controller) when it's clicked (Think Jedi force pull type animation). here is what I have so far where I'm not sure what to fill in for…
Jaron Bradley
  • 1,079
  • 3
  • 16
  • 24
1
vote
0 answers

Unit3D Multiplayer breaks Vive Controller

I've got a couple games that I programmed in Unity3D, making use of an HTC Vive. I then created a lobby that I could use the controllers to teleport around in, by using the VR Interaction system. (Point the controller, and press the touch pad. It…
1
vote
1 answer

Is there a way to simulate VR input devices on WebVR - A-Frame?

I'm currently using A-Frame to build WebXR (WebVR) applications, and it's not always that I'm able to have the controllers (Oculus Touch, Vive Controls) with me to test them out. Is there a way to "simulate" the events that the different controllers…
Jose A
  • 10,053
  • 11
  • 75
  • 108
1
vote
0 answers

HTC Vive & SteamVR freezes Unity

I have the SteamVR plugin installed in Unity correctly but at random points in time or for some reason when I'm doing animations, the Unity Editor freezes. This doesn't happen for any non-vr projects and if I'm in Play mode when it freezes, I'm…
Jacob Brasil
  • 125
  • 1
  • 6
1
vote
2 answers

Unity script not disabling after disabling gameobject attached to

I have a GameObject (HandGun) which I disable (setActive(false)) in a certain moment of the game. HandGun has a script attached to it named GunController, which takes care of shooting everytime I press the trigger. The thing is, when I disable the…
1
vote
1 answer

Need to stop SteamVR camera seeing through walls

I am using player prefab from SteamVR Plugin. Whenever player touches an object with a Collider on it, camera sees through it. I am using 0.01 as minimum clipping value. I have also added Rigidbody and Collider on camera.
Usman Ilyas
  • 106
  • 1
  • 11
1
vote
1 answer

Unity 2017 and HTC Vive

According to the documentation of Unity, I should use Axis1D.SecondaryIndexTrigger to be able to detect if the user pushes the joystick's trigger identified by the number 7 (on the image of the HTC Vive and in the table describing the inputs, both…
JarsOfJam-Scheduler
  • 2,809
  • 3
  • 31
  • 70
1
vote
0 answers

How to Raycast a 3d object in a canvas which is a child of Camera

screenshot Hi, Im trying to make an HTC Vive app. I wanted to make a canvas - world space with 3d objects to be on top of everything. And so i followed this answer. https://answers.unity.com/answers/887498/view.html .. It works perfectly. Then I…
1
vote
1 answer

A-Frame vive-controls: Get position on the trackpad

is it possible to get more information about the trackpad? I want to make an app that rotates the loaded model depending on where the user clicks on the trackpad, therefore I need the position. Could not find anything in the docs. Is this possible…
chicarrida
  • 43
  • 3
1
vote
0 answers

Is there any way to get a 2d map of the room with the Vive system?

I want to render a 2d map of the room with a position of all tracked objects on it, but I'm very new to Unity and VR. I can't really find a way to get the room layout, but I know how to get the position of the objects relative to the room layout…
sollniss
  • 1,895
  • 2
  • 19
  • 36
1
vote
0 answers

WebVR Vive Viewport flickering Firefox 55

atm I am trying to create a webVR experience for the HTC Vive on Firefox 55.0.3. It seems there are some performance issues with that. I can not show you code or screenshots from my application, but i also noticed the strange effects of the viewport…
Manuel Graf
  • 462
  • 5
  • 20
1
vote
1 answer

How to i get the location a vive motion cotroller is pointing to (in unity)

I would like to make a VR game in unity. I have that basics such as a door, drawer, gun and a object picker upper script. I would like to make a base builder/editor but I have absolutely no clue on how to get how to get where the controller is…
Gaming Gecko
  • 49
  • 1
  • 7
1
vote
0 answers

Get pixel-count in FoV inside VR-Sphere

Recently i made a application for HTC Vive users to view 360 degree videos. To have a point of reference, lets assume that this video had a resolution of FullHD (1920x1080). See the picture of a 3D model below for illustration: The field of view of…
1
vote
2 answers

How to view Unity Console on a Text Editor?

I'm not able to Build my Vive application on Unity. Within a few seconds of beginning the Build, it just hangs and freezes Unity leaving me with no option but to close and restart it. There is nothing in Console Log that is helping me with the…
Pratham Sehgal
  • 143
  • 1
  • 5
  • 17