`RaycastHit` tells you everything you need to know about the object you clicked on. Just use the `transform` member, and from that `gameObject`. Now you have the reference you need.
↧