All Gadgets
Node Disabler - Disable nodes with a single action
by gustjc
Toggle nodes active state with a quick action. Use this to quickly toggle nodes on/off to help debug your game. Either a hotkey or a new button at the top bar. A disabled node has its process_mode disabled and its visibility turned off. An icon in the scene tree will also be there to help you see which nodes are disabled. The shortcut key is `Control+R` but it can be changed in the settings.
Godot Pure Data
by nandoman
GDExtension that allows you to interact with and run Pure Data patches. Available for Linux, Windows, and macOS. Note: macOS binaries are unsigned. You will need to grant permissions for the extension to run. Please see the README.md file in the project page for more details: https://github.com/fediazc/godot-pd
BitMap editor
by webcatz
Allows editing BitMap resources directly from the inspector. Left click sets bits to true, right click sets them to false.
grafana-cloud-connector
by kurzweil
A tool for sending metrics and logs from Godot, into Grafana Cloud. Detailed setup instructions available at: https://github.com/KurzweilTV/godot-grafana-connector Setup Grafana Cloud You'll need a Grafana Cloud account. If you don’t have one, you can sign up here. Once logged in, navigate to Connections on the left, then follow the instructions below depending on whether you want to send Metrics or Logs. Metrics Setup From the Add New Connection screen, choose HTTP Metrics (Custom Data). For...
Touch JoyPad (Gamepad) 2D
by shinneider
This is easy way to put a joypad in your godot project.
Godot Live Link Face
by tbxmb
A server to use Live Link Face with Godot
Daicon
by alkrei
Daicon is a Godot plugin for creating 2.5D games. Its principle is to use 3D space to move 2D objects. In this way it simulates the 3D depth of the environment in 2D dimension. The addon provides the developer with a set of new nodes and additional tools that combine 3D and 2D capabilities simultaneously. - Documentation: https://daicon-docs.readthedocs.io/en/latest/ - Project on GitHub: https://github.com/arukurei/Daicon - ItchIO: https://alkrei.itch.io/daicon
Async Socket
by kelaia
Single thread async socket support for Godot 4.

AppLovinMAX
by applovinmobileengine
AppLovin MAX Godot plugin for Android and iOS.
LPCAnimatedSprite2D
by alextrevisan
With this addon you simply add a LPC spritesheet to a character and it automaticly generates the animations for the Godot4 sprites
EasyPool
by softkitchen
A simple implementation of the object pool pattern in C#
Godot Mod Player
by arlez80
This is 100% pure GDScript embeddable Software Mod Player. 1.7.1 updates: * Fixed portamento up/down * Fixed error when read empty pattern from XM files * Remove unused codes 1.7 updates: * Fixed tone portamento in linear frequency * Fixed vibrato does not working * Fixed volume slide command * Fixed Instrument panning * Fixed portamento/vibrato in linear frequency * Fixed tone portamento bug * Fixed 16-bit sample loop point bug. * Fixed 3xx/4xx "continue" parameter * Fixed volume resets when...