VixGizmos¶
com.vixvoid.vixgizmos
VixGizmos draws runtime debug shapes in Play Mode for URP projects.
Features¶
- Runtime line, ray, and arrow drawing.
- Wire cubes, wire spheres, and wire circles.
- Solid cubes and solid spheres with alpha support.
- 2D helpers for lines, rays, boxes, capsules, circles, and collider outlines.
- Timed drawing with optional duration values.
Requirements¶
- Unity
6000.0+ - Universal Render Pipeline
17.0.0+
Setup¶
The package includes an editor installer that adds GizmoRenderFeature to Universal Renderer Data assets under Assets/ when needed.
If gizmos do not render, check the active URP renderer and confirm that GizmoRenderFeature is present and has a line material assigned.
See Runtime Drawing for usage examples.