All Gadgets
Godot State Charts
by derkork
Godot State Charts is an extension for Godot Engine 4 or later that allows you to use state charts in your game. State Charts are similar to finite state machines, but they are more powerful and avoid the state explosion problem of traditional FSMs. To get started, check out the manual at: https://github.com/derkork/godot-statecharts/blob/main/manual/manual.md
GameNite Controlpads
by safwaan
This extension is used to develop for GameNite and test your GameNite game natively. Specifically it adds a GameNiteControlpads node that allows you to send and receive messages with "controlpads": the mobile phone controllers. Must be used in conjunction with a controlpads test server. Usage: * You can see a full walk-through here: https://clever-rain-b72.notion.site/Godot-GameNite-Development-Walkthrough-a4c9f6bbcaff4f4cbe4daacd71cde22d?pvs=4 * Join our discord to get help and learn more ab...
Tabby Explorer
by luxmargos
With this plugin, you can organize complex folder structures according to your preferences using multiple FileSystem docks and nested tabs. Additionally, a dedicated dock for Favorites is supported.
Simple Main Menu
by sin
A simple Main Menu for Godot 4.0 with : Start Menu with an Option Menu that include a Video Option & Audio Options

Twitcher
by kanidev
**Twitcher V2: Easily Add Twitch to Your Godot 4 Game!** Connect your Godot game or overlay to Twitch! * **Show Twitch Chat:** Display chat messages in your game. * **React to Events:** Make things happen when someone follows, subscribes, or uses channel points. * **Use the Twitch API:** Get user info, create clips, and much more. * **Handle Chat Commands:** Create custom commands like `!play` or `!info`. * **Easy Setup:** A helpful wizard guides you through connecting your Twitch account. * ...

DatePickerButton
by ytchanneltutorials84
This button enables you to configure a modern design datepicker for your Godot software applications. Additional addons for software development will be provided, with this being just one among many. For detailed tutorials on how to use these addons, visit the associated YouTube channel.
File Structure Export
by coffeeworld
This tool adds a button to the upper-right corner of your editor that, when clicked, will create and save a text file to your res:// directory containing your project's folder and file structure.
Color Preview
by qubus0
This Plugin lets you preview colours from code in the same line directly next to the line numbers and breakpoints. Click any preview to open a color picker where you can edit the color directly. Supports all variations of the standard Godot 'Color' and also shader 'vec4' for previews and changing via the color picker. ---------------------------- Feel free to visit the GitHub repository https://github.com/Qubus0/GodotColorPreview Ideas, contributions and stars are all welcome :) -------------...
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.

Mannequiny: Open 3D Mannequin
by gdquest
Mannequiny is a 3rd-person 3D character controller to use to quickly prototype games or to build a more complex playable character for your games. Features: - Camera rig with zoom to aim and auto-rotation features - Mouse/keyboard and gamepad support - 10 professional animations - Extensible as it's based on a Finite State Machine The 3D character, Mannequiny, is also Free and open source. You can download the Blender 2.8 source file on our GitHub repository. If you like our work, please star...
SiSHoDit
by xiul
SiShoDiT (Simulator of Smart Houses Digital Twins) is a fully automated simulator for Activities of Daily Living (ADLs) in smart homes environments that allows emergent behaviour. It is build as an addon to work inside Godot Engine 4.4+ editor, but the tools provided with it can be used to generate a standalone executable.
HTTP Manager
by mcanton
It defines API routes like resources and adds constraints to queue http requests. It can format body and parse response body. Downloads from any origin. It does not depend on routes. It supports local OAuth 2.0 redirect server. It generates random state and PKCE with plain and S256 code challenge methods. Creates basic HTML documents and parses some elements from HTML into RichTextLabel. Downloads and uptades RichtTextLabel images from <img> tag. See GitHub repository wiki where you can find ...