Raycast Intersect Group

Using a mesh is okay and probably the most easiest approach. However, you can also perform a ray-intersection test with the bounding box of your group. Just call Ray.intersectsBox() using the ray property of your instance of Raycaster.

3 Likes