All Gadgets

dotUtils
by dotrelith
Some usefull stuff - Draggable Scroll View (usefull for simple maps, talent trees, etc) - Buttons that add themselves to groups (To easily add sound to them)

Icons Patcher
by iceflower
Deprecated: Please use Icon Explorer instead. https://godotengine.org/asset-library/asset/2511 If you use Material Design icons from [Pictogrammers](https://pictogrammers.com/library/mdi/), they come without any fill color, automatically rendered black. This is not a convenient color as it makes it impossible to modulate the color. The icon patcher provides a utility to automatically patch the icons to white color. Set the icon directory in the Project Settings under the menu `Plugins` -> `Ic...

AI dialog generator plugin
by ksgd04
This Godot plugin helps with creating AI generated dialogs for free! Use it in RPG (dynamic quest assigning also possible) or bring your NPCs to life.

Unofficial LaunchDarkly client-side SDK
by brooswit
This is not an official LaunchDarkly product. This is a personal project. LaunchDarkly is a feature management platform that helps teams control and deliver better software, faster. This LaunchDarkly Client-Side SDK for Godot is designed primarily for use by code that is deployed to an end user, such as in a desktop application or a smart device. It follows the client-side LaunchDarkly model for single-user contexts (much like their mobile or JavaScript SDKs). It is not intended for use in mu...

SAV Debug Console
by craiglubitz
Runtime ("in app") Debug Console for GODOT Works with both GODOT logs and Android Logcat output SAV Debug Console is a flexible and light weight GDScript that creates a runtime debug console display that you can add to almost any GODOT application Display at runtime ("in app") the log output from the print, print_debug and print_stack methods or logcat

Eyesee Color
by breadpack
Godot plugin to detect color blindness-related issues.

Gesture Recognizer
by littlefish
Gesture recognizer is a godot addon, this addon allows you make and recognize gestures It's based on $Q Super-Quick Recognizer

Godot Iroh
by tipragot
A peer-to-peer multiplayer extension for Godot based on Iroh. This plugin allows you to establish peer-to-peer multiplayer connections in Godot without relying on a centralized server, leveraging the power of Iroh.

Command Terminal
by 20ml
CommandTerminal is a GDScript addon for Godot 4 that manages a developer-created Command Line, with the goal of providing flexible commands, with direct but safe interaction with business logic, through readable command declarations. Features include: CommandServer - to register and execute commands, anywhere and anytime. CommandBuilder - to easily create powerful, flexible, and type-safe commands. CommandTerminal - to input commands, with included rich autocompletion, and live validation.

Easy Drag and Drop 3D
by devdrache
Easy to use drag and drop for the 3D environment. Features: - normal drag and drop - Snap on surface - Swap with other dragging objects Usage: - DragAndDrop3D - Add it to your scene to activate the Drag and Drop System - DraggingObject3D - This must be the Parent of your Object that you want to drag - And you need a floor with a collider, so that the 3D position can be detected. Installation: If you don't have a "addons" folder in your project tree: copy the "addons" folder in your project tr...

Rigid Character Body 3D 3D
by wabbit
A physical character body which extends RigidBody3D to provide a more realistic controllable character. Tested only on Godot 4.2.

Godot-DaturaRTC
by ym
This plugin aims to achieve real-time network voice communication through Godot and implement voice data transmission through a custom UDP protocol.