skooter500Aug 30, 2023Post #1 Wednesday, August 30, 2023 9:31 PM Does anyone know how to get the Quest 2 controllers to vibrate? In either Godot 3 or Godot 4 Thanks Bryan
spaceyjaseAug 31, 2023Post #2 Thursday, August 31, 2023 3:46 PM EditedIn 3.x, the ARVRController has a rumble property (rtfm). In 4 that property has been removed but the XRNode3D has a trigger_haptic_pulse method (rtfm) inherited by XRController3D. Give that a shake!
skooter500 Does anyone know how to get the Quest 2 controllers to vibrate? In either Godot 3 or Godot 4 Thanks Bryan
spaceyjase In 3.x, the ARVRController has a rumble property (rtfm). In 4 that property has been removed but the XRNode3D has a trigger_haptic_pulse method (rtfm) inherited by XRController3D. Give that a shake!