All Gadgets

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 ...

Ez Change Props
by 3dvachevsky
Easy and fast scene switching Shortcuts: Alt + MMB WHELL UP Alt + MMB WHELL DOWN

CompossedTextureBuilder
by dindotdout
This Godot plugin is a practical tool designed for noise texture combination. Godot's noise textures do not take advantage of all the channels and thus are not optimized for noise texture lookups. The plugin works by taking multiple noise textures as inputs, each serving as a different channel, and allowing the combination of 2 to 4 channels. The plugin fetches these individual textures, validates their dimensions, and merges their r channles into a single output texture. This was developed w...

Dodge_The_Creeps_Cpp
by garfieldz90
the tutorial of official 2d game and create by c++

Asset Dock
by reetro
This plugin adds a dock to the bottom of the screen. Similar to what you would see in Unity or Unreal. It allows you to preview assets and drag them into the scene. Setup Guide - https://github.com/Reetro/Asset-Dock

Gaussian Random
by goral
Gaussian random functions basing on article https://www.alanzucconi.com/2015/09/16/how-to-sample-from-a-gaussian-distribution by Alan Zucconi