Hi
I've recently updated Leap Motion packages in Unity. After that leap motion rigged hand script cause to deform bones structure in my avatar every time i click on any game object. Leap Motion try to update position of bones even if device is not plug in and change bones positions and rotations. Temporary fix can be resolved by comenting Update() in HandModelBase script (editor only). Please look into that.