ValveSoftware / steamvr_unity_plugin

SteamVR Unity Plugin - Documentation at: https://valvesoftware.github.io/steamvr_unity_plugin/
BSD 3-Clause "New" or "Revised" License
1.03k stars 256 forks source link

Github link in Readme quickstart is not working #726

Open joostbos opened 4 years ago

joostbos commented 4 years ago

I tried to install this package following the steps in the Readme document, under Quickstart Unity XR Input, but when I paste the github link in the package manager and press Add I get the error message that there is no git executable was found.

1runeberg commented 4 years ago

Hi @joostbos - do you have git installed in your machine?

there's some instructions from Unity on how to set this up if you haven't yet: https://docs.unity3d.com/Manual/upm-git.html

let me know if you have any issues setting it up!

Cheers, Rune

joostbos commented 4 years ago

Hi Rune,

Thanks for the info, this worked (altough I did not get any confirmation that the package was installed, that was confusing).

Can you point me to an explanation on how this works with WebXR? I addied the Tracked Pose Drivers to the WebXRCameraSet, they are tracked, but the hands are not visible (Skinned Mesh Renderer is inactive, when I activate it manually in the editor they are visible). And I get two weird grey planes right in front of the camera.

Thanks.

1runeberg commented 4 years ago

Hi @joostbos - unfortunately we dont support webxr through this plugin. our understanding is that webxr uses a web stack to talk directly to steamvr and not through our plugin.