Grabable
Grabable is a child class of SG_Interactable. When grabbed, this object follows the hands position and rotation. Extend from this class if you want to expand grabable functionality.
Inspector
Interactable Options:
Base Transform: The transform that is moved when you grab this object
Physics Body: the rigidbody associated with this grabable
allowed hands: Which hands you can grab this object with
events: The events that get triggered
Grabable Options:
move speed: the speed at which the object will follow to your hand
rotate speed: the speed at which the object will rotate to your hand rotation
snap options: If you have snap options, the hand will snap to that. This can be left blank
always track velocity: ???