StayTalm / InputSystem

An efficient and versatile input system for Unity.
1 stars 1 forks source link

Vive Controllers don't cast as XRControllerWithRumble #4

Closed jackpr-unity closed 6 years ago

jackpr-unity commented 6 years ago

I tried using the rumble code you sent me, and it appears that this line doesn't work correctly for Vive Controllers: XRControllerWithRumble rightHandController = XRController.rightHand as XRControllerWithRumble;

jackpr-unity commented 6 years ago

The Rift controllers work as expected.

StayTalm commented 6 years ago

The now cast properly as having rumble, but they won't yet rumble until some minor native changes make it to trunk, so I'll keep this open until then.

jackpr-unity commented 6 years ago

Migrating issue to package repository: https://github.com/Unity-Technologies/InputSystem/issues/200