2 Years Ago
Default vr_depth_submit to on VR overlays should set their transform from standing origin, this should be more consistent with everything else in the engine now Added `VrHand.TriggerHapticVibration( float duration, float frequency, float amplitude )` Usage: `Input.VR.LeftHand.TriggerHapticVibration( 0.25f, 100.0f, 1.0f )` This is clientside only for now, we can probably hook it up as an RPC though if it's required. It would've been nice to hook this up as a unified API with controller vibrations, but haptics and rumble are pretty different, enough that emulating it either way ends up being utter wank.