Misc

Newgrounds.io API
by jefvel
Addon for using Newgrounds medals, leaderboards, and cloudsaves. Works on web and desktop. Check the Readme for instructions: https://github.com/jefvel/newgrounds-godot-4

Kehom's Addon Pack
by kehom
A collection several addons, which include: - Several UI widgets - Simplified database - Debugging tools - Networking system - Inventory system - Audio playback

input-overlay
by davcri
In-editor input overlay widget. Useful especially for video tutorial makers.
Gopilot Utils (LLMs and embedding)
by smorty
Send and receive LLM calls to your favourite API (like OpenAI) and embed your text using your local ollama installation Check out the examples at res://addons/gopilot_utils/examples Read the class reference to figure our exactly how to use these nodes, or that the lil guide I linked

WebSocket
by andreaterenz
Wrapper node for WebSocketPeer (Godot 4.x)

Godot Patch Loader
by ryanm
A GDExtension for Godot 4.4+ that enables loading patch PCK files early during game startup, allowing patches to properly override GDScript files, .NET Assemblies, Scenes, and Resources. View the README for usage instructions.

Base32768 encoder/decoder
by venorrak
Helper class for encoding and decoding base32768 data.

MariaDB Connector (SQL, DB)
by sigrud
GDExtension-based MariaDB connector for Godot 4, written in C++ for native performance. Enables direct database access via GDScript without middleware or custom engine builds. Supports MariaDB authentication, queries, and transactions with cross-platform support (Linux, Windows, ARM64). MIT Licensed, not subject to GPL restrictions. Update 2025-06-05 v1.6.2 Bug fixes See GitHub release for changes. Reminder- To update, the editor must be closed and delete the addon/mariadb_connector folder th...

Animation Slider
by andrewwilkes
Animation Player that tracks a position value. It plays forwards and backwards, and stops when at the target position. The target position may be controlled via a Slider control.

Godot icon creator/replacer
by pkowal1982
Replace Windows icon without rcedit. Create icon from image(s) using no external tools. After installing and enabling you'll find two additional menu entries: Project/Tools/Icon Creator Project/Tools/Icon Replacer which should be self explanatory.

Menu Transition System
by miky
Create different menu transitions with ease using this addon. Add the nodes you need to get the functionality you need.

LineEdit auto-complete menu node
by lenrow
Custom Node in the godot engine. Configurable with a LineEdit to create an auto-complete menu.