Auto Hand's grabbing check is done per collider, which means if your grabbable is made up of many colliders.
- You can add a grabbable component to a child of a grabbable as long as it is connected to the same rigidbody "body"
- You can enable "Make Children Grabbable", which will automatically apply this script to all eligible colliders under the grabbable root.
- You can manually apply this Grabbable Child component to each collider you want to make grabbable.