DebugDraw provides fast, intuitive methods for drawing shapes and visual aids in-world, helping visualize gameplay systems, physics, and logic with minimal overhead.DebugDraw is a runtime drawing toolkit for rendering shapes and visual aids directly in the world to support development and debugging. It enables clear visualization of gameplay systems such as physics interactions, AI behavior, targeting logic, pathfinding, spatial queries, and more.The package provides a wide range of drawable shapes and utilities with a simple, consistent API. Drawing behavior can be customized through parameters such as color, duration, depth handling, and other visual options, allowing it to adapt to different workflows and project needs.DocumentationA variaty of visuals, such as dots, lines, circles, and spheres.A simple API requiring no setup.Works both in the editor and stand alone builds.


