What Are Interactables?
An Interactable is a GameObject in your scene that can be interacted with via Interactors. Each Interactable must have
a Rigidbody and a Collider attached to it. The default Interactable implementation of the toolkit will enforce this requirement.