All Gadgets

Showing 324 of 2,195 results
Page27 of 183
Font Auto Size Labels - Godot 4 hero image

Font Auto Size Labels - Godot 4

by lescandez

FREE

Tool that adds Labels with text autosizing capabilities. Find the instructions in the Github repo. For Godot 4.4.x

godot-components hero image

godot-components

by tyevco

FREE

A library to easily add new "component" nodes to the Godot "Create New Node" tree.

Godot IK - 3D Inverse Kinematics for Godot 3D hero image

Godot IK - 3D Inverse Kinematics for Godot 3D

by monxa

FREE

3D Inverse Kinematics (IK) for Godot 4.3+! Supports scriptable constraints and multiple chains.

Rope for Kinematic2D hero image

Rope for Kinematic2D

by meloonics

FREE

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

EZ Sound

by shafnaz

FREE

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

Godot Game Settings

by punchableplushie

FREE

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

Launchy

by nobuyuki

FREE

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

Gravity Bodies 2D

by harvzor

FREE

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

Node Screenshot Tool hero image

Node Screenshot Tool

by notsketched

FREE

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

Little Camera Preview

by anthonyec

FREE

Show a picture-in-picture style preview when selecting a 2D or 3D camera.

Polyrinthes, 3D Maze Generator 3D hero image

Polyrinthes, 3D Maze Generator 3D

by betterblood

FREE

3D Maze generator, with Debug mode, showing connexion between rooms, hiding walls if necessary.

Audio Microphone Record Demo hero image

Audio Microphone Record Demo

by godotengine

FREE

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