All Gadgets

Audio Visualizer Plugin
by soalreapercaptain
This tool allows you to easily setup audio visulaizers for music videos and/or games.

Sprite Sheet Importer 2D
by rugia813
This is a plugin for Godot Engine to import AtlasTextures from the SpriteSheet Packer https://amakaseev.github.io/sprite-sheet-packer/

Multistroke Gesture Recognizer Plugin for Godot Engine 2D
by yevapohrebniakova
This plugin provides a gesture-cloud recognition system for 2D hand-drawn symbols, optimized for integration into the Godot Engine. It enables developers to create symbol-based mechanics for games and applications, such as drawing symbols to trigger actions.

CurvedArrow2D
by jlapier
Adds a new node type for creating 2D arrows with a curve to their body and optional outlining/transparency.

Interactive Energy Shield
by nojoule
This addon for Godot provides an energy shield that can be easily integrated into your scenes. You can use either the shield_plane.tscn or shield_sphere.tscn directly, or apply the shader to other materials. Note that some adjustments may be needed to ensure proper functionality on meshes other than planes and spheres. Showcase Video: https://youtu.be/0YiZSrtxtcg GitHub Repo: https://github.com/nojoule/energy-shield

Godot Vim
by bernardobruning
Introduces motions vim on godot editor

CookieHTTPRequest
by 0mn1core
An extension to the HTTPRequest Node to add cookie capabilities. Adds a partial implementation of RFC-6265bis to automatically handle processing cookies from `Set-Cookie` headers on responses and include `Cookie` headers with applicable cookies on future requests.

Shaker
by eneskp3441
Shaker is the shaking effect tool developed for godot. In general, it can be used for multiple purposes and you can edit the shaking effect you want in detail and use it for any Node you want.

Pigmint Controls 2D
by echopraxium
A Godot plugin which provides custom controls for 2D painting / drawing applications. This plugin currently provides 2 custom "ColorSelect" controls meant to let the user select Foreground/Background colors

Stairs+ 3D
by hugo
Lightweight tool to quickly create and edit efficient 3D stairs.

2D drawing by code (gdscript)
by aiaf
Example showing 2d drawing by code Features: line multiline polyline rectangle circle string multiline_string arc texture dashed_line polygon Also includes label and button

Nested saving and loading
by steffenschumacher
Nested saving and loading plugin for Godot 3.5 is a small library (only 131 lines of code) which implements saving and loading with the possibility of saving nested Nodes, which each have their own distinct state.