All Gadgets

Showing 1,560 of 2,195 results
Page130 of 183
Tooltips Pro hero image

Tooltips Pro

by hewplayfair

FREE

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 hero image

PlatformerController2D

by evpevdev

FREE

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 hero image

Run instance

by ghostnr1

FREE

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 hero image

Idle Queue

by zombiehartgames

FREE

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 hero image

Point and Click Plugin

by gagdiez

FREE

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 hero image

GodotVolumetricRendering

by geeketto

FREE

Volume rendering, implemented in Godot Engine.

Node Filtering hero image

Node Filtering

by raftatul

FREE

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

Advanced Search hero image

Advanced Search

by utnapishtim

FREE

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

Antialiased Line2D - Better antialiasing for 2D line/polygon/circle drawing hero image

Antialiased Line2D - Better antialiasing for 2D line/polygon/circle drawing

by calinou

FREE

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) hero image

Blank Starter Template (3D)

by hgouveia

FREE

This template aims to gives a basic starter project with some predefined settings to achieve an high quality look

RabbitGD hero image

RabbitGD

by arnemcnuggets

FREE

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 hero image

Stopwatch 3.0.4

by graskaas

FREE

Adds stopwatch functionality via a custom node.