ValveSoftware / steamvr_unity_plugin

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

Unity XR plugin: Unable to detect any buttons #727

Closed shapesim closed 3 years ago

shapesim commented 4 years ago

No button works for me

List usages = new List(); device.TryGetFeatureUsages(usages);

Debug.Log( "" + usages.Count ); // this is always 0. It should be non-zero

This is on a Vive Cosmos. Thanks

shapesim commented 4 years ago

Any thought on this or are we doing anything wrong?

head + hand tracking otherwise do work

Vertimyst commented 3 years ago

Having the same issue with the latest version.

zite commented 3 years ago

The SteamVR Unity Plugin is not compatible with Unity XR Input. Please see this thread for more info: https://github.com/ValveSoftware/unity-xr-plugin/issues/16