- Home /
How can I make Windows Mixed Reality VR controllers vibrate?
I was wondering how to make Windows Mixed Reality controllers vibrate. I am making a VR game when you can hit VR objects and when you hit them, I want the controller to vibrate. I can find anything on the internet about it and I desperately need help. I am using the HP Windows Mixed Reality Headset with Motion Controllers.
Answer by Kishotta · Jan 20, 2018 at 06:14 PM
According to Microsoft's docs, haptics are not implemented/supported in Windows Motion Controllers.
Thanks for replying. I hope $$anonymous$$icrosoft can update their Windows $$anonymous$$ixed reality unity package so it supports vibration soon.
Answer by _Abstiens · Jan 22, 2018 at 08:42 AM
Hey,
Well, they say "[...]is not yet enabled in the Windows Mixed Reality for SteamVR[...]".
Anyone knows something about Unity UWP Mixed Reality Apps?
Thanks for replying. I hope $$anonymous$$icrosoft can update their Windows $$anonymous$$ixed reality unity package so it supports vibration soon.
Answer by Troy-Ferrell · Feb 27, 2018 at 02:32 AM
You can use the MixedRealityTookit for Unity extensions. Note: Does not work in Unity editor. You must build the game solution
Example:
private void InteractionManager_InteractionSourcePressed(InteractionSourcePressedEventArgs obj)
{
obj.state.source.StartHaptics(1.0f, 1.0f);
}
Your answer

Follow this Question
Related Questions
,Cursor is always in LOADING state (InputSystem 1.0.0, Win10 standalone + Legacy VR) 0 Answers
OVRInput.SetControllerVibration not working properly 1 Answer
Disable Windows Mixed Reality headset rotation/position tracking 1 Answer
Enabling VR at runtime does not enable VR controllers 1 Answer
Holographic Emulation Window Error 1 Answer