All Gadgets

Fancy Folder Icons
by twister
Custom Folder Icons Addon For Godot 4 Allows you to choose a custom icons for folders. (also works with files) How Work In the godot file system, press RMB (right click) on any folder/file you want to iconize and select Custom Icon from the menu.
MusicPlayer
by kingofspades
A Godot 4.3 addon that simplifies global music playback while allowing for more dynamic music.

AsepriteAnimSetter
by peatral
With this tool you can automatically setup the animations of spritesheets exported from Aseprite.

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

Lazy Import 3D
by doradoro
Using this plugin, you will be able to try to: - Create Godot PBR Materials automatically using their filenames... - Create inherited Scenes from your meshes... - Test your materials in a preconfigured Test Scene! - Order your Assets adding order_children_nodes.gd to it is parent node! - Add EnviromentTemplate.tscn to test your own scenes The plugin is about 10mb only! It will appear as a Tab in the left dock. I created this plugin because I did not like the 3D workflow and I do not understan...

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.

Simple Project Timer
by ripex
Simple timer for tracking time spent on your project.

2D Liquid Simulator - 4.3+
by lmarcel
Originally created by Tterrasson and recreated by L-Marcel, this plugin offers a set of three classes to simulate the behavior of liquids. Links and more information in the repository README.

Katuiche Colorful Console
by cassianobelniak
This plugin add new functions to the engine to print colored text to the console. It also allows cleaning the console text.

Volumetric Fog Demo
by godotengine
This is an example of Godot's volumetric fog capabilities with the Vulkan renderer. Showcased features are: - Positive/negative density volumes that affect albedo (incoming light) and emission. - Box/ellipsoid shapes, height falloff, and density modulation using a 3D texture. - Temporal reprojection for greater stability and avoiding flickering. The difference is demonstrated with a moving fog volume. - Global density adjustment. With FogVolume nodes that have a positive density, it's possibl...

Audio Events
by freekds
Audio Events provides a simple custom node that you can use to generate events at specific times when playing a sound. Simply create an AudioEventPlayer and attach an AudioEvents resource to it. In the AudioEvents resource, you can specify an audio file and the times at which an event (=signal) needs to be fired.

Simple 256-Color Shader
by pymxolbo
simple shader with 256 colors built-in made with https://www.qiuet.uk/files/colorhelper.html