Search Unity

Bug haptic feedback stopped working after unity version upgrade

Discussion in 'VR' started by Kay_NLR, Nov 8, 2022.

  1. Kay_NLR

    Kay_NLR

    Joined:
    Feb 19, 2020
    Posts:
    2
    Haptic feedback stopped working when I upgrade a project from version 2021.1.16f to 2022.1.8f.
    InputDevice.TryGetHapticCapabilities no longer returns true on my Oculus Rift controllers, while it was doing this in Unity2021.1.16f.

    Is UnityEngine.XR.InputDevice.SendHapticImpulse still a valid way to create Haptic feedback and if so. Why could it stop working for me after a Unity version upgrade?
     
  2. saifshk17

    saifshk17

    Joined:
    Dec 4, 2016
    Posts:
    488
    Having the same issue, is there a workaround?