Questions tagged [steam-vr]
The steam-vr tag has no summary.
25 questions
1 vote
0 answers
44 views
Is there a way to set SteamVR OpenXR to strict mode
Background I'm having an issue where steamVR with an Oculus Quest 2 is being lenient with my use of OpenXR. For example This is wrong (but works on steamVR) ...
1 vote
0 answers
36 views
Cannot use VR Headset with Qualisys simultaneously due to IR interference
We have HTC Vive wireless headset with base stations set up in a room having Qualisys setup also for motion capturing. We need to create a scene inside Unity that can track the marker data and observe ...
0 votes
1 answer
837 views
How to Get VR Controller's Velocity in Unity with SteamVR?
Back when I used Unity 2017 and controller bindings weren't a thing, I simply attached a rigidbody to my Vive controller and read out the velocity of the rigidbody to know how fast the player was ...
0 votes
0 answers
120 views
Same image in both eyes of VR HMD results in wrong 3D effect
I am trying to mod in VR support for a game without VR support via OpenVR as it proved to be the easiest one to implement with the least amount of issues, i don't think my issue is related to OpenVR ...
0 votes
0 answers
413 views
Unity IVRRenderModels_006 SteamVR Error
I get this Error in Unity when I imported SteamVR : "Failed to Load IVRRenderModels Interface Version IVRRenderModels_006" I looked after on it but nothing really solved the problem. Why is this ...
0 votes
1 answer
391 views
Setting SteamVR Camera Target Eye before SteamVR installed in Unity
I'm writing a plugin that can be used in both VR and non-VR projects. I have a Camera that is used to display UI containing some game info on a secondary monitor. My problem is that when the end-user ...
0 votes
1 answer
632 views
Fade into scene in Unity / SteamVR
I am using this code below for a gradual fade into a scene/next level in Steam VR (HTC Vive) The whole idea is to cover up the scene loading icon which is viewable for 3-4 seconds, and the default ...
0 votes
1 answer
245 views
Facilitator UI on desktop screen for VR
Hey and thanks in advance for any help/pointers The solution is probably straight forward but i am still a little inexperienced (while creating quite a few different VR unity projects mostly study ...