Description
Changelog
Reviews (0)
Create 2D and 3D labels for displaying information!
Display built in properties!
You can display built in properties to display, such as: frames_per_second, frame, time_scale, process_time, position, rotation, scale.
Display custom properties!
Just select "Custom", choose target node, and choose the property inside custom_property.
Important: To use custom properties, your variable should be tagged as @export.
Different update modes:
There are 3 modes for debug labels
- One shot - updates on ready()
- On change - updates on value change
- Real time - updates on specified interval
You can specify intervals for real time update inside the DebugLabel inspector
Changelog for version v.1.0
No changelog provided for this version.