All Gadgets
Palette swap shader with animation support
by kobewi
A shader that changes sprite colors based on provided palette. Top row of palette are color references; these colors are sampled from the original image and replaced by colors from subsequent rows. The shader will cycle between palette rows, resulting in an animation. By default, the reference row is also part of the animation, but it can be skipped. 2-row palette with first row skipped results in a static palette swap. The shader will automatically adjust to palette size, so it requires mini...

AutoSaver Toggle for Godot Editor (C#)
by vrravalos
AutoSaver is a peace-of-mind plugin for Godot 4 that enables a toggle to automatically save the currently open scenes and files based on a timer schedule (default is 60 seconds) and/or when the application loses focus. The plugin has some optional configuration to customize the experience. ## Features • Toggle autosave functionality in the Godot editor • Prevent saving during active editing (scenes) • Integration with Godot's built-in autosave features • Easy-to-use settings panel in the Godo...
Object State Machine
by lowlevel1989
Full documentation available in the repository: https://github.com/lowlevel-1989/object_state_machine A hybrid state machine solution for Godot - Single node in scene tree - Add just one NodeStateMachine node to your scene - No node-based states - States are pure GDScript objects (not scene nodes) - Optimized performance - Avoids scene tree overhead for state transitions - Clean architecture - Keep your scene tree simple while managing complex behaviors How It Works - Add a single node to you...
SwiftInv | Inventory Addon
by blodyx
## Info Easy to use inventory addon for Godot Engine 4.1 and newer (last update for 4.4) ## Table of contents - Info - Features - Full Documentation - WIP ## Features - Drag and Drop features. - Real time updating and saving. - Editor preview. (using @tool keyword -> erase it to disable) - Example scenes to understand the basics (video tutorial WIP) ## Documentation - Already included in the addon! Open your editor reference docs and search for Inventory nodes and resources (Inventory, Invent...
NZ projectiles 2D
by nekozero
Plugin for Godot that adds a projectile system. There are two projectile classes, base one and extended, to which you can add more stuff, like changing speed every second or making it disappear only after interacting with 3 objects.
godot4 physics bone3d hair examples
by akiakjava
Godot Physics Hair using physical bone3d
GodoGram - Telegram API
by delalex
This tool allows to send and receive messages through Telegram Bots

Tree3D 3D
by jeksun
Plugin for procedural generation of 3D trees of varying complexity. Supported Godot Engine Versions: Godot 4.0 Godot 4.1 Godot 4.2 Godot 4.3
Scene Comments
by sampengilly
Why limit your comments to code? Scene comments is a plugin for placing comment nodes into a scene for viewing in the editor. It is lightweight and has a couple of comment types with different visual gizmos.
Dynamic Split Screen Demo
by godotengine
This sample project showcases an implementation of dynamic split screen, also called Voronoi split screen. Details: A dynamic split screen system displays a single screen when the two players are close but a splitted view when they move apart. The splitting line can take any angle depending on the players' position, so it won't be either vertical or horizontal. This system was popularized by the LEGO videogames. How it works: Two cameras are placed inside two separate viewports and their text...

CharacterCamera3D
by robotnik
This Node is a plug and play option for third person characters and allows follwing the character, keeping it in screen and snap to plattforms while keeping the camera out of obstacles with a SpringArm3D # Changelog 1.0.1 - Fixed issues with manual rotation around the character - Now centers the camera when moving in any direction (fixed an issue with camera clipping through obstacles) 1.0.2 - Fixed Owner can be null and is_inside_tree error - Fixed auto rotation bug, sometimes camera just st...

Mod.io For Godot
by abel
Adds mod.io integration for Godot using GDExtension. Currently it works for Windows, Mac & Linux. TODO for Android.