All Gadgets
HTTPEventSource for Server Sent Events
by dagammla
A GDScript Implementation of EventSource, a Web API available in Browsers and JavaScript for reading Server Sent Event Streams (SSE). It comes with exhaustive docs and implements the spec fully and is licensed under the MIT License. To contribute, raise issues or view the source code go to https://gitlab.com/DaGammla/godot-http-event-source
RunBeforeBuild
by lucasdelinhares
This plugin allows the user to define a shell command to run before build (dev) or export (release).
VoxelGenerator2D 2D
by jhonnystene
Create an infinite, procedurally-generated 2D voxel world. Replace FollowObject in the VoxelGenerator2D.tscn file with another object called FollowObject (or update the code) This was taken from one of my upcoming games.

CSG Terrain
by spockbauru
CSG Terrain is a plugin for Godot 4.4 (or later) to prototype terrains on a simple and non-destructive way. It's made with CSG (Constructive Solid Geometry), so you are supposed to combine with geometric shapes and even other terrains to achieve the desired form. Unlike other systems the terrain is molded purely with paths, not brushes or other 3D tools. This forced simplicity allows to focus on what is important before finalizing in 3D software. Changelog: v1.0.2 - Fix bug when editor tab ch...

GodotMetamask
by natetrojian
*HTML5 Only* Addon for integrating your Godot project with Metamask (https://metamask.io/). Allows your users to connect their wallets to your Application, and for Application to interact with their wallet Credit to Metamask for the Metamask logo, made available under the MIT License
NodeFinder
by yanevyuk
This plugin adds a singleton named NodeFinder to the editor. It comes with a set functions that will allow you to easily reach nodes within your scene either by registering them into the singleton or simply using their name, rather than going through the hassle of using get_node which can break if you change the hierarchy.
Nylon
by mashumafi
Run coroutines asynchronously. This module gives the feeling of threads without some of the headaches.
Your Buil
by svetogam
The easy way to use build data like git commit hashes in your build.

EZ Stats
by aarontundrapeaksstud
EZ Stats simplifies your statistics needs by offering the following global functions via a sole, auto-loaded singleton script: sanitize() - Ingests an Array with elements of any type, sanitizes non-integers/floats, and returns an Array[float] mean() - Calculates the statistical mean (average) of a dataset median() - Calculates the statistical median of a dataset spread() - Calculates the statistical range of a dataset minima() - Calculates the statistical minima of a dataset maxima() - Calcul...

MenuButton Populator
by toorah
Adds a quick method to populate a MenuButton with Items. By adding the custom PopupChild Node as a child of the MenuButtonPopulator Node (inherits MenuButton), you can quickly add items, in the order of the children in the Scene Tree. You can also add a PopupMenu Node as a child of the MenuButtonPopulator and add more PopupChild nodes to it, to create submenus. Currently this only supports the first layer of submenus, no recursion. Optionally, you can also use the Signal onPopupItemSelected()...
VPainter - Paint vertex colors 3D
by tomanski
Paint vertex color directly in Godot. For a development version with frequent updates and experimental features visit https://github.com/tomankirilov/VPainter/tree/experimental
Bangla Unicode to ANSI Converter
by alshahriorhasan
A simple script for godot to convert Bangla unicode font to Bangla ANSI font.