All Gadgets

Jam Launch Multiplayer
by helloadam
Tools for rapidly developing and deploying multiplayer games with Godot 4 Learn more at https://jamlaunch.com
TexturePacker Importer (SpriteSheet, AtlasTexture) 2D
by codeandweb
Import sprite sheets from TexturePacker as a set of AtlasTextures. Sprite sheets reduce the memory usage of your game by placing many small image objects in one big image. This also increases the game performance because less texture swapping is required during the render process of your game scene. For Godot 4.x

Roommate: 3D Level Builder 3D
by hoork
3D level builder tool with focus on creating indoors environment and automation. * Create mesh, collision, scenes and navigation mesh in one click. * Simple layout editing by placing area nodes. * Automate level creation with RoommateStyle resources.
Chief Mints - Achievements for Godot 3
by samsarette
This Godot 3 add-on helps you define, track, and display in-game achievements. "Local File Storage" achievements are good for an self-distributed or Itch release, where there is no platform-native system. Other platforms, such as Steam, you'll need to extend "ChiefMintSource" and select your script as the new source in settings.
simple note
by csocraman
A plugin for taking notes within the Godot editor. - you can create more than one note - you can load a files from outside your project. *You can only open JSON files that were specifically created by this plugin.

Eazy Dialog
by ivan
A great dialogue creation system plugin.
Metadata Manager
by univeous
A simple yet powerful plugin to streamline metadata editing in Godot 4. Define reusable templates, and manage node metadata directly in the Inspector with full undo/redo support. - Template-Based: Define common metadata once and apply it across nodes - Seamless Integration: Add/edit/remove metadata via an intuitive foldable UI - First-Time Friendly: Auto-generates a sample template file on first activation - Type Support: Int / Float / String / Bool with proper UI editors Currently supports o...

AdaptiSound
by mrwalkman
Complete Audio Manager with adaptive music tools for Godot 4.1 Note: This plugin comes with a Demo, if you only want the plugin, you must delete the DEMO folder in addons/adaptisound.
Godot Annotate
by zarstensen
Godot Annotate is a Godot plugin which allows one to make mockups and sketches directly in the 2D editor using a custom AnnotateCanvas node. To start annotating, add the AnnotateCanvas node to a Godot scene, then perform one of the following actions. Left Mouse Button: Draw a stroke on the currenty selected AnnotateCanvascanvas-icon node. Right Mouse Button: Erase strokes on the currently selected AnnotateCanvascanvas-icon node. You can configure various properties like brush type, stroke siz...
Sprite Slicing
by lupodharkael
Godot asset to slice 2D sprites. Check the README of the repository for more information.
Godot Sharp Some - Drawing 2D
by jiri
Is set of extensions for custom drawing API in Godot engine version 4.1. It simplifies script drawing. Includes CanvasItem extensions for drawing various plane shapes and Multiline class extending possibilities of drawing API.
BlenderCam
by docsteampunk
Adds a camera node that allows people to copy blender camera data without having to worry about doing the math required to change it to work natively.