All Gadgets

Font Auto Size Labels - Godot 4
by lescandez
Tool that adds Labels with text autosizing capabilities. Find the instructions in the Github repo. For Godot 4.4.x

godot-components
by tyevco
A library to easily add new "component" nodes to the Godot "Create New Node" tree.
Godot IK - 3D Inverse Kinematics for Godot 3D
by monxa
3D Inverse Kinematics (IK) for Godot 4.3+! Supports scriptable constraints and multiple chains.

Rope for Kinematic2D
by meloonics
Unlike RigidBody2D (RB2D), KinematicBody2D (KB2D) is not affected by outside physical forces. It only moves, where it is programmed to move. And it has the very convenient "move_and_slide()" function for it, which RB2D doesn't have, unfortunately. If you tie a KB2D to a Rope made of RB2Ds and move it, the Rope will be overstretched and glitches out, since KB2D isn't affected by the rope's physics. The solution for this problem is to manipulate the velocity vector of KB2D. Usually you only pro...

EZ Sound
by shafnaz
For fast and easy sound implementation for your games. 1. Install 2. Activate plugin 3. Set Sounds Folder 4. Done Features: -A scroll list shows all sounds from the selected folder. -Sample preview image. -A button to copy a function call to play the selected music. Then you can simple paste this code anywhere in your script editor. -One-click playback interaction for all sound files. Sounds, Music, SFX

Godot Game Settings
by punchableplushie
Godot Game Settings allows you to create and manage game settings for small to medium projects. It takes care of all the fundamental functionalities required to have proper game settings, including predefined logic for common settings (e.g. display, audio, input), UI components for making scenes, and saving/loading data.

Launchy
by nobuyuki
Launchy is a tool used to quickly and easily launch your favorite external editor when you wish to modify a resource in your project folder. You can associate editors with a specific Resource type or a group of resource types.

Gravity Bodies 2D
by harvzor
A plugin/addon for Godot which adds support for fairly realistic point gravity physics (currently only in 2D).

Node Screenshot Tool
by notsketched
A screenshot tool for Godot 4.3+ that allows you to select a node from any scene and take transparent screenshots of it.

Little Camera Preview
by anthonyec
Show a picture-in-picture style preview when selecting a 2D or 3D camera.
Polyrinthes, 3D Maze Generator 3D
by betterblood
3D Maze generator, with Debug mode, showing connexion between rooms, hiding walls if necessary.

Audio Microphone Record Demo
by godotengine
This is an example showing how one can record audio from the microphone and later play it back or save it to a file. With an addition on how to change the format, mix rate and stereo settings of the recording. Language: GDScript Renderer: Compatibility