The Hand component is the essential component to Auto Hand. This component will manage Grabbing, Highlighting, Posing, and Movement.
The hand will follow
the given transform and match it's position/rotation using rigidbody velocity
You can disable movement by disabling this Enable Movement
toggle, or setting the rigidbody isKinematic to true
The hand will return to the follow if it's distance is greater than the max follow distance. If the hand is holding a grabbable during teleport it will release or bring the held object based on whether or not the grabbable's "parent on grab" is true
Follow
represents the transform that the hand will use physics movement to try and match
Max Follow Distance
will force the hand to teleport to the follow transform if greater than this distance valueThrow Power
multiplies the velocity of the grabbable on release by this value