All Gadgets
Notes Tab
by yeldham
A simple yet handy notes tab for the Godot Engine, for when it's needed to write down something quickly. The notes are saved in the project's metadata file.
Godot-SQLite
by 2shady4u
GDNative wrapper for SQLite (Godot 4.X+), making it possible to use SQLite databases as data storage in all your future games.

Search In Files Bar (SIFB)
by yonodusk
A new and expanded way to search code within files. Check out the github for more information.
Text-to-Speech (TTS) Demo
by godotengine
This is a demo showing text-to-speech support. How it works: It uses `tts_*()` methods of the DisplayServer singleton to enumerate voice information, send utterances to the OS TTS API, and receive callback signals. Language: GDScript Renderer: Compatibility
TileMapLayer Basics in (Tilemap Layers, with Video Tutorial)
by thinkwithgames
This project shows the basics of working with Tilemap layers in Godot 4.3 Goes with my tutorial video here: https://youtu.be/vEyDbROrw0Q
Godot Motion Matching 3D
by solenya
A Motion Matching plugin for Godot 4.4 and above. Motion matching is a different way of animating your characters, that allows you to have realistic body motion from a set of animation, without requiring setting up any complicated animation state machines. This module is still under development, and code contributions are welcome!
Table Container
by delphi
A Godot plugin that provides a container type that serves as a table.

Drag Control Node
by notman
Allows you to drag around the parent control node. Be sure that it is not being aligned by any other node!
Acrylic Glass
by pattlebass
An effect similar to Microsoft's Acrylic and Mica materials achieved in Godot 3. It works by getting the wallpaper file and blurring it in the engine.
BiDi and Font Features Demo
by godotengine
A demo showing BiDi text and BiDi overrides, line breaking and justification, and OpenType font features. Language: GDScript Renderer: Compatibility
Multiple Files Importer for Godot
by qjpg
A plugin that enables importing external files into the current project. *How to: In the File System dock click and choose the "Import Files Here" option.*
Godot 2D Top Down Camera
by cng6sk
A smooth, feature-rich top-down camera plugin for Godot. Effortlessly pan and zoom your 2D game scenes with intuitive controls and configurable boundaries. Ideal for strategy and simulation games, with camera controls inspired by titles like Hearts of Iron and Stacklands. Main Features - Smooth Cursor-Centric Zoom & Pan Seamlessly zoom in and out towards the mouse cursor, with smooth camera movement and interpolation for a polished feel. - Visual Boundary Configuration Easily set and visualiz...