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
0
votes
1 answer

How to Fix Your Position in Unity vr

Unity 3d is creating vive-only content. I want to create an event that will not let the player move. In the current player camera source code, I fixed the position value to 0 in the update section, but it does not perform the desired operation. How…
user9689216
  • 11
  • 1
  • 1
0
votes
1 answer

Unity3D SteamVR Tutorial Vive Pro Source Code

I want to write application on Unity for Vive Pro and it is very similar with the application of steamvr tutorial which has a ball robot character. Where can I get this source code?
0
votes
2 answers

How to manage HTC Vive controllers power programmatically?

Is it possible to power off Vive controller/tracker programmatically? I see there is an option in SteamVR under each tracked device, but I could not find any references. The only thing I found is polling events of entering and leaving standby mode…
implorer
  • 21
  • 3
0
votes
1 answer

Cannot see controllers in Unity scene/game view

We are experiencing a issue with the HTC Vive Controllers on Unity version 2018.3.7f1. Yesterday we have worked within our Unity project and everything worked. Suddenly, the controllers disappeared in the scene/game view. I have tested the vive…
zerk
  • 516
  • 4
  • 9
  • 34
0
votes
2 answers

How to recieve input from HTC Vive tracker into Unity?

I am attatching an HTC Vive tracker to a real life object to use that object in game. The tracker is found in the game itself and the movement and rotation are updated perfectly fine. But getting the input to work is the problem here. The Tracker…
Rick Rasenberg
  • 25
  • 3
  • 11
0
votes
2 answers

SteamVR Controller Input for version 2.2.0

I am currently trying to make a HTC Vive VR game using Unity. I simply want some controller input to press the trigger to shoot a gun. But I cannot get the input from SteamVR correctly. When looking up tutorials online they are all for an older…
Rick Rasenberg
  • 25
  • 3
  • 11
0
votes
1 answer

HTC vive development on Mac OS (Macbook Pro 15" late 2017 with Radeon pro 555)

G'day. As a new research project, I just started VR development with unity on mac machine. I successfully developed with Gear VR but I am curious if I would be able to develop for HTC vive on my macbook pro. It seems that SteamVR, which is…
0
votes
1 answer

Disable/Enable VR from code using SteamVR 2.0.1

As the title says, I'm trying to enable/disable VR between different applications, and I need to do it as many times as I want. I'm using Unity 2017.4 and SteamVR 2.0.1. I'm trying to do it with two different scenes of the same project (testing one…
0
votes
1 answer

aframe vive controller Uncaught TypeError: hand.getAttribute is not a function

I was trying to get and update the position of vive controller in aframe for a project. i've tried it using d3.js var hand = d3.select('.con_left'); var pos = hand.getAttribute('position'); console.log(pos); but it shows the error Uncaught…
0
votes
1 answer

Intercept Vive controller input?

I'm building an openvr app for steamvr to assist with seated play (my room is small so my tracking area isn't ideal). My app pretty much just adjusts the play-area height when I hold the grip button and "scroll" on the touchpad so that I can reach…
Sakuya
  • 660
  • 5
  • 23
0
votes
2 answers

Weird beeping on Vive Controller when firing haptics programmatically (Unity3D / SteamVR 2.0)

I encountered a weird behavior on Unity when I'm firing haptics on my Vive Wand programmatically on Unity with SteamVR 2.0. I managed to record it for letting you understand it better: https://www.youtube.com/watch?v=wq4OJUFghNI Basically, what I…
Shoko84
  • 11
  • 2
0
votes
1 answer

Make VR Camera Looks at Target Game Object

I'm making a VR Application in unity using steam VR, VRTK and HTC Vive. I have a simple Reset Button and what I want is, When I click on that reset button my VR Camera should turn towards the target Game Object and starts looking at it here is my…
Nouman Khan
  • 3
  • 1
  • 6
0
votes
0 answers

How to use Vuforia with Vive Pro

I am trying to track an object by using vuforia and the headset camera of vive. (Vive pro) using Unity3d. Vuforia lists "Vive" as supported camera. But at the same time a project that is using Vuforia does not work on PC( just target mobiles and…
EsmaeelQash
  • 488
  • 2
  • 6
  • 20
0
votes
1 answer

Unity SteamVR disable HTC vive HMD tracking

I'm trying to render two static cameras to the HMD, one for each eye. So Cam (Left) renders to the left eye and Cam (right) renders to the right eye. The problem that I have now is that Cam (Left) and Cam (Right) follow the HMD position and…
0
votes
1 answer

Vive Tracker without HMD Axis seem inverted

I would like to extract information about pose of my Vive Tracker sensor. I found this tutorial which is pretty accurate and it works, but... When I put the vive tracker on my table, for instance, and rotate it with my hands, instead of changing the…