Radar Chart Inspector
Interactive radar/spider-chart inspector controls for Unity, featuring both single-handle and multi-handle modes with full undo support.
by Psycho Garden
Price History +
This release introduces two data types—`SingleHandleData` and `MultiHandleData`—and their corresponding property drawers (`SingleChartDrawer` and `MultiHandleDrawer`). You can now embed radar charts directly in your inspector, drag handles to adjust values, and override the default chart size via the `[RadarChartSize]` attribute. Includes a demo component showing real-time color (RGB) and position (XY) control of a target GameObject.