Search Unity

XR interaction toolkit | Grabbing a object will joggle When XRrig set as a child on a moving object

Discussion in 'VR' started by wenzy, May 9, 2020.

  1. wenzy

    wenzy

    Joined:
    Nov 17, 2015
    Posts:
    44
    Hello ,community

    I have set the XRrig as a child to a moving cube.

    transform.position += new Vector3(0.1f, 0, 0);

    And I found the behavior of the grabbing object which contains "XR grab interactable" is abnormal ( the hand model ‘s position is fine). It looks joggling in some frames. And when the moving velocity is higher, the joggling range is bigger.(The joggling direction is parallel to the moving direction).


    I am not sure is it a bug or I miss some settings.
     
    Last edited: May 9, 2020