All Gadgets

Tooltips Pro
by hewplayfair
Advanced tooltip functionality for Godot 4.4+ FEATURES Tooltips Everywhere: Tooltips can be attached to any Control node, as well as 2D and 3D nodes. Customizable Layout: Set Alignment, Offset, and Overflow Mode to fully control how tooltips should be positioned, and adjust to overflowing the screen bounds. Origin Options: Anchor a tooltip to the node that triggered it, the mouse position, or any arbitrary position with a remote node. Nesting Tooltips: Put tooltips within tooltips, and trigge...

PlatformerController2D
by evpevdev
This is a platformer class with many tweakable settings which can be used to control a 2D character (think supermario 1). ##Features - Double jump - Coyote time - Jump buffer - Hold jump to go higher - Defining jump height and duration (as opposed to setting gravity and jump velocity) - Assymetrical jumps (falling faster than rising)

Run instance
by ghostnr1
When you develop a multiplayer game you need to start multiple instances of client and server. This addon will help you with this. You will be able to load tscn and kill the session if you need to.

Idle Queue
by zombiehartgames
Singleton script that will process methods during idle time on the main thread. The IdleQueue singleton places callables in a queue to be executed when the cpu is not busy, prioritizing the physics and main processes of the game with minimal effect on the frame rate. This allows methods to be run in the background on the main thread. (All member functions of this singleton are thread safe).

Point and Click Plugin
by gagdiez
PACGD is a Point and Click system built with the user in mind. Our main goal is to make a FAST, LIGHTWEIGHT, and DEV-FRIENDLY system. The complete documentation alongside examples can be found on the website: https://gagdiez.github.io/PACgd/

GodotVolumetricRendering
by geeketto
Volume rendering, implemented in Godot Engine.

Node Filtering
by raftatul
This tool allows you to filter nodes in the editor tree quickly (inspired by a post made by passivestar)

Advanced Search
by utnapishtim
Search for scenes that contain nodes with a specific name or type.

Antialiased Line2D - Better antialiasing for 2D line/polygon/circle drawing
by calinou
This add-on provides higher-quality, more portable antialiased Line2D drawing compared to the default Godot implementation. Features: - Supports opaque and translucent Line2Ds with any joint and cap type (including multiple overlapping Line2Ds). - Supports lines of any width (constant or variable over a curve). - Lines with a thickness greater than 256 pixels may appear slightly blurry, but will still render correctly. - Features an AntialiasedPolygon2D helper node to draw 2D antialiased poly...

Blank Starter Template (3D)
by hgouveia
This template aims to gives a basic starter project with some predefined settings to achieve an high quality look

RabbitGD
by arnemcnuggets
Asynchronous AMQP-0-9-1 Client Addon with RabbitMQ extensions for Godot 4.3 Consult README.md and Example.gd for usage information.

Stopwatch 3.0.4
by graskaas
Adds stopwatch functionality via a custom node.