
**EasyRuntimeGizmo** is a Unity plugin based on `CommandBuffer` that provides a unified and extensible runtime/editor debugging drawing tool.It offers powerful alternatives to Debug.DrawLine() with greater flexibility, real-time rendering in both Scene and Game views, and supports a wide range of visual debug needs:Visualize physics, paths, areas, or triggersDebug AI behaviors and data structuresDevelop and preview custom tools with visual helpersTeach or demo geometric concepts✅ Multiple primitive shapesSupport for Line, Box, Arrow, Sphere, Cone, Bezier, etc.✅ Local/World space toggleEach gizmo can choose between local or world coordinate space✅ Global enable/disableOne-click to enable or disable all runtime gizmos✅ Editor + Runtime supportWorks in both SceneView and GameView✅ Customizable attributesSize, color, direction, etc. can be individually configured✅ Low-drawcall batchingBuilt-in line/mesh batching system to reduce runtime draw calls✅ Visual Editor toolsIntegrated editor panel for intuitive gizmo management