Tools

Export & debug
by stevepine
Export & debug adds a button (F7), where you export the project with your "debug" named preset, to "res://Export", and runs it with remote debug parameters. Important: 1. It cleans the folder on every run 2. You must set up the "debug" preset with debug console 3. Restart before using 4. You might run into permission issues

External Web Audio
by arthur
Plugin to use external web JS audio libraries within Godot. It solves the Audio Stuttering problem some developers may have when exporting 3.2.x Godot builds in HTML5. https://github.com/godotengine/godot/issues/40891

Godot Git Plugin (3.5+)
by chronicallyserious
This official plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki. Only compatible with Godot 3.5+.

Solo Visibility - Focus on selection
by sheepcommander
Use Shift+H to hide all nodes in the scene tree except the selected nodes. Ctrl+Z (or editor equivalent) will restore the previous state of all nodes.

easy-godot
by johnnyb0y
Plugin for the godot engine, contains some easy to use widgets.

Character Step
by panthera
This static class helps CharacterBody3D objects ascend and descend ledges such as stairs or obstacles. PhysicsServer3D.body_test_motion() is used to project the character as if they were moving up the ledge to test for collision. Then either a clear position is returned or the CharacterBody3D’s original position, where the body was before the projection, is returned to indicate the ledge can not be ascended or descended. This is a demo level that also includes a bare bones third person contro...

Yandex games SDK 4.3+ (non official)
by basilyes
Yandex games SDK non official implementation for godot. I do it for my games, so it's not a complete SDK implementation yet. If you lack of some functions, you can do it your self and contribute or create issue on github. I will be appreciate you. For use install plugin and add "yandex" feature to your export RU Неофициальная реализация Yandex SDK для godot. Делаю для себя и своих игр, по этому тут реализованны не все методы и не всегда до конца (буду потихоньку доделывать). Если не хватает к...

Plugin Refresher
by mrpedrobraga
Toolbar to manage your plugins directly from the main view. Allows for quick iteration when authoring your own plugins.

Stopwatch
by gustavolr548
A utility stopwatch node for Godot 4.x

Yandex-Games
by alexeype
Yandex-Games addon for html game. More information in the github repository. Documentation in the github repository. Give me stars on github! :)

Bonnie Dialogue Manager for
by paganseawitch
Importer and interpreter for Bonnie Dialogue Language. Completely written in GDScript. No external dependencies. Editable in Godot! Bonnie is a language for writing branching dialogues/dialogs and has lots of nice features. Check the docs for more info.

Debug Overlay
by gammagames
A simple overlay inspired by Gonkee's guide; easily add variables to monitor that will be displayed in the game window.