CrabbyConsole
by bauxitedev | MIT
CrabbyConsole is a feature-packed dev console for your Godot game, allowing you to run arbitrary GDScript and custom commands during the game. It can be used for debugging, inspecting and modifying your game at runtime, and also for diagnosing performance
CrabbyConsole CrabbyConsole is a feature-packed dev console for your Godot game, allowing you to run arbitrary GDScript and custom commands during the game. It can be used for debugging, inspecting and modifying your game at runtime, and also for
TickDebug
by Permotion | GPL v3
Easily look at quickly changing values on the fly, without print() spamming your output or setting up a label just to check one number
What is it? TickDebug lets you watch quickly changing values on the fly, without print() spamming your output or setting up a label just to check one number. It offers an ingame panel and editor dock to look at your tracked values, which get there using
Swallowtail
by Regi Ellis | MIT
Automate Godot from your terminal, your scripts, and any tool you connect. Inspect and edit scenes, validate, play the game, send input, read state back, and debug against the editor you already have open. No agent, model, or AI account required
Swallowtail automates Godot from your terminal, your scripts, and any tool you connect. It works against the editor you already have open: inspect and edit scenes, validate scenes and scripts, play the game, send input, read state back, capture frames
Spatial Debug Labels
by jokka39dev | MIT
Create customizable 2D and 3D labels that show custom parameters without a single line of code. Works inside the editor using @tool
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
Time Rewinder Delta
by Iko | MIT
A memory-optimized time rewind mechanic for Godot 4, for 2D & 3D games. Useful for gameplay mechanics (rewind powers, undo mechanics, replay/killcam systems) or for debugging. Check the README for the full documentation and credits
Time Rewinder Delta A memory-optimized time rewind mechanic for Godot 4, for 2D & 3D games. Useful for gameplay mechanics (rewind powers, "undo" mechanics, replay/killcam systems) or for debugging. Instead of storing a full copy of every tracked property
I.say() Debug Messaging
by Freswinn | MIT
I.Say() is a convenient way of adding useful preformatted debug messages to your code. It adds an autoload singleton called "I" with the methods I.say() and I.sayerr(), which print your message to the debug console with a header showing the script file
I.say() Godot plugin that creates a new autoload singleton called I, with methods I.say() and I.sayerr() , for clean preformatted debug messaging. The header shows the script file, method, and line number of the function's call. Installation Simply
NovaLogger
by NovaProto | MIT
NovaLogger - A Godot-Rust gdextension logger using the log crate :3 Usable in GDScript using the Log and Span classes and in Rust using the log crate (for the fatal level you need to call a macro from this crate)
Picking the variant Use the no-log-compat if this is your only rust gdextension OR none of your gdextensions use the "log" crate. You can use the log-compat variant if you are not sure about the above or if one of your rust gdextensions uses the "log"
Sweet Logger
by sweetpea | MIT
A Godot 4 addon that makes reading logs and debugging sane when you run multiple game instances at once
Sweet Logger Hey - that's sweet logger you got there! A drop in replacement for print() that makes reading logs from multiple debug instances on 1 machine tolerable. By default all logs appear in the same console without client context. Not when you're
Pseudolocalization Demo
by Godot Foundation | MIT
A demo showcasing the Pseudolocalization feature in Godot
A demo showcasing the Pseudolocalization feature in Godot. Language: GDScript Renderer: Compatibility
Scene Dependency Viewer
by Mesh Lab | MIT
Visualize project dependencies, find broken references, and detect unused assets in Godot 4.x. A lightweight editor addon that scans your entire project and shows you exactly what depends on what — before something breaks. Features dependency tree, reverse
Scene Dependency Viewer Visualize project dependencies, find broken references, and detect unused assets in Godot 4.x. A lightweight editor addon that scans your project files and shows you exactly what depends on what — before something breaks. Why This
Debug Graph
by Jeditor | MIT
Visualize data at runtime with this easy to use editor dock. No more sifting through hundreds of print messages
Instead of printing float values as raw text in the console, plot them in a graph! Docked in the editor, or as a floating window. Use Case While print() is useful for logging events, its difficult get a grip on rapidly changing values. To this plugin is
Ingame BugReporter & Feedback
by ASecondGuy | MIT
Allows your players to send bug reports, feature requests and general feedback directly from within the game to a Discord webhook. Features two different BugReporter UI designs and 1 survey style UI. From there you can do whatever
The BugReporter allows players to send messages using a Discord webhook. This allows easy and low maintenance feedback from directly inside your game. Webhooks can be easily abused for anonymous automated spam or simply overwhelmed. That makes this a bad
Developer Console
by jitspoe | MIT
Console that can be used to easily add commands to be used while the game is running for quick debugging, loading levels, changing settings, etc
Developer console addon for Godot engine. Simply drop the addons directory into your godot project, go to the project settings, plugins, and enable "Console". After you've done that, you can add console commands from any class. Example: func _ready()
ShipCheck Lite
by Dragon Scar Studio | ShipCheck Proprietary License
A free Godot 4 editor addon that scans for common release risks like missing scripts, broken paths, InputMap issues, debug leftovers, oversized assets, export preset gaps, and basic release-risk warnings before you ship
ShipCheck Lite ShipCheck Lite is a free Godot 4 editor addon that helps catch common project issues before export. It scans your project for release risks that are easy to miss while working in the editor, including broken resource paths, missing scripts
LimboConsole
by limbonaut | MIT
A simple and easy-to-use in-game dev console
A simple and easy-to-use in-game dev console with a command interpreter for Godot Engine 4. It supports auto-completion with TAB for commands and history, auto-correction, inline hints and highlighting, command help text generation, argument parsing for
Sentry
by Sentry | MIT
Real-time crash reporting for real gameplay across all platforms, including any game engine on any console, PC, or mobile device. See the right context on crashes and errors across your development and retail builds, so you can fix issues before they bring
Godot plugin to capture crashes and errors in native code and GDScript
loading more results...