All Gadgets

DotnetQuestSystem
by tru1ng
Simple implementation of a quest system on dotnet with an interface for godot

Snippets Editor Plugin 3.0.4
by gswashburn
An editor plugin for Godot Engine 3.x to manage code snippets in your projects. Edit, Copy, Add and Delete frequently used pieces of code into your Godot 3.x projects. v1.1 Internal Editor added to right mouse click on code snippet.

Joypads (Gamepads) Demo
by godotengine
A tool for testing joypad input and generating controller mapping strings. See documentation: https://docs.godotengine.org/en/latest/tutorials/inputs/controllers_gamepads_joysticks.html Language: GDScript Renderer: Compatibility

Rush Request
by eranot
Rush Request is the easiest way of making HTTP requests with JSON in Godot 4. Inspired by the JS library Axios, it creates requests in a Promise-like way.

Rapier Physics 3D - Fast Version with Parallel SIMD Solver 3D
by ughuuu
A 3D drop-in replacement for the Godot engine that adds stability and fluids. This version is deterministic, just not cross platform deterministic. This version has: - SIMD (Single instruction, multiple data) operations for even faster performance - parallel solving.

License Manager
by iceflower
Manage license and copyright for third party graphics, software or libraries. Group them into categories, add descriptions or web links. The data is stored inside a json file. This file is automatically added to the export, you do not need to add it yourself. If you provide license files instead of a text, they are also exported. If paths are added to license data, it will be automatically adjusted if you rename a file or folder inside the editor. You can change the project license file eithe...
Mi Bubble Dialogue 2D
by miisan
BubbleDialogue is a simple easy to use bubble dialogue plugin It Features: Customizable dialogue bubbles User-friendly custom dialogue editor integration

Godot Card Layout
by cyanglaz
A Godot plugin providing a lightweight solution for card game layouts. Tutorial available at the Github page: https://github.com/cyanglaz/gcard_layout

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