Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information
A configurable debug meter that takes a float input and represents it as the height of the meter. The value passed to the meter will show below the meter.You can customize range, colors and the value of an optional target value.The meter accepts any value range, and will change color, and emit a signal when the input value exceeds the specified range.When the input value reaches the target value an event signal is emitted, and the bar can optionally change color.
A configurable debug meter that takes a float input and represents it as the height of the meter. The value passed to the meter will show below the meter.
You can customize range, colors and the value of an optional target value.
The meter accepts any value range, and will change color, and emit a signal when the input value exceeds the specified range.
When the input value reaches the target value an event signal is emitted, and the bar can optionally change color.
Reviews
Quick Information
A configurable debug meter that takes a float input and represents it as the height of the meter. The value passed to the meter will show below the meter.You can customize range, colors and the value of an optional target value.The meter accepts any value range, and will change color, and emit a signal when the input value exceeds the specified range.When the input value reaches the target value an event signal is emitted, and the bar can optionally change color.