All Gadgets
Console and Textchat Node
by keilainman
This Addon provides a custom node to add a Console/Textchat to your scenes. You can print messages with various text formatting or enter commands to help you debugging.
VarEdit - Variant File Inspector
by jacobcoughenour
A serialized Variant file inspector built into the Godot Editor. Perfect for debugging your save files stored using FileAccess.store_var() Features - Displays all Variant types. - Multiple files open at once as tabs. - Displays nested dictionaries and arrays. - Tree or JSON text view. - Optional auto refresh when the file changes on disk. - Path filter to only display properties that match a pattern/path. - Supports files saved with FileAccess.COMPRESSION_GZIP.
Third Person Controller 3D
by emirthab
This addon includes 3rd person perspective locomotion and blockout materials, sky.
Phantom Camera
by ramoks
A Camera addon for Godot 4.
Half-Tone Comic Shader
by zacksly
A Half-Tone post-processing effect shader that replicates the appearance of old comic books.

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.