Raycasting in rows is a common practice.
- Is using the Physics 2D BoxCast function a good alternative to using multiple raycasts spread out (an example use being collision detection in a custom character controller script)?
- There is limited documentation on boxcasting. Would boxcasting be too intensive or more friendly to call each frame?