Search Unity

New Input XR System Vive Touchpad

Discussion in 'AR/VR (XR) Discussion' started by webjeff, May 18, 2019.

  1. webjeff

    webjeff

    Joined:
    Mar 11, 2015
    Posts:
    39
    Hi,

    I'm trying to get the vives' controller's touchpad data:
    device.TryGetFeatureValue(CommonUsages.primary2DAxis, out touchPos);

    But touchPos is always zero, even if I try touch both controllers touchpad. Is that what I should be using to get that "circle touchpad X,Y position"?

    What am I missing?

    Thanks!
    Jeff.