Rufus31415 / Simple-WebXR-Unity

⭐ Bringing WebXR to Unity 3D ! B-)
https://rufus31415.github.io/webxr/MRTK-HandInteraction/
MIT License
573 stars 82 forks source link

Vibration feedback? #23

Closed TheBricktop closed 3 years ago

TheBricktop commented 3 years ago

Is there a way to trigger vibration feedback on the controllers?

Rufus31415 commented 3 years ago

That's a good point, I'll add that. WebXR supports it and it's not complicated to add: https://w3c.github.io/gamepad/extensions.html#gamepadhapticactuator-interface It seems to me that Quest is compatible

TheBricktop commented 3 years ago

Good to hear!