Graph Value Tracker
by safithetomato | MIT
Graph any value instead of printing it to see it better
Easily track any float value you wish to track Functions use add_value(value: float) everytime you want to add a point into the graph tracking the value note: to always track a value use set for example: @onready var Tracker: ValueTracker = $ValueTracker
Log.gd
by Danger Russ Games | MIT
Log.gd provides a drop-in replacement for GDScript’s print(...) function. It colors the output based on the value passed in, and adds a prefix based on the call-site’s file and line number. The colors can be customized via a custom resource, and Log now
Log.gd, a Godot pretty printer Log.gd provides a drop-in replacement for GDScript's print(...) function. It colors the output based on the value passed in, and adds a prefix based on the call-site's file and line number. This makes Godot's Output buffer
loading more results...