Cast Visualizer

Support

Website | Mail | Discord



Product benefits

• Visualizes casts, overlap tests, and their results (hit points, colliders)

• Works with standard Unity functions, no code modification required

• Supports all cast types (check, cast, all, noAlloc)

• Shows casts for the whole project, including not self-programmed like in external plugins



Intuitive visualization

Visualizes the casts and overlaps in a simple, but efficient way. Displays the origin, cast volume, and the resulting hits. Uses color coding for the different cast types to help distinguishing between them.


Compatibility

Works with the standard Unity casts (Physics, Physics2D). No additional code changes are necessary to use this visualization module.


Customizable

Customize the colors for the various visualization types to your liking. Control which module's casts are visualized to keep track of what you are working on. Choose between different cast volume visualizations like 'line' and 'wired body'


Provided visualizations


Physics

• Linecast

• Raycast

• BoxCast

• CapsuleCast

• SphereCast

• CheckBox

• CheckSphere

• CheckCapsule

• OverlapBox

• OverlapSphere

• OverlapCapsule


Physics2D

• Linecast

• Raycast

• BoxCast

• CapsuleCast

• CircleCast

• OverlapBox

• OverlapCircle

• OverlapCapsule

• OverlapArea

• OverlapCollider

• OverlapPoint