All Gadgets

Importality
by nklbdev
A bundle of raster graphics and animations import plugins for Godot 4.x. It supports: Importing from: - Aseprite - Krita - Pencil2D - Piskel - Pixelorama Importing to: - Regular images - Sprite Sheet (JSON resource without text but with all the info in "data" property) - SpriteFrames - AnimatedSprite2D/3D - Sprite2D/3D or TextureRect with AnimationPlayer And it can import any other formats as regular images with external command-line utilities! Please, read the README and Wiki in the repo!
Metal HUD gd
by razziefox
Godot 4.3+ plugin that adds an optional setting to display the Metal Performance HUD. Works only in macOS and iOS.

Toast Party
by gammafp
Have fun with this marvelous plugin for generating small toast notifications. Toast Party is a versatile plugin for Godot that allows you to easily create toast-style notifications in your games and applications. Add an extra layer of interactivity and visual feedback to your Godot projects with ease. Bring your messages to life with Toast Party!
Outline 3d
by ualac
An example that creates single-pixel outlines around selective 3d geometry. This implementation uses viewport rendering to produce an image of geometry added to a specific cull mask layer. This viewport texture is then applied with a shader on a screen filling quad to produce a single pixel-perfect outline. Nodes within the scene are commented with useful information about how the setup works.

GDScript Sections
by vinhpc
A Godot addon that improves your scripting experience It improves organization and navigation when scripting in the Godot editor.

Godot V4 Scene Browser
by krosh
Rewrite https://godotengine.org/asset-library/asset/1070 for Godot V4 Lets you view scenes inside the folder "assets/components", in a list, then add them to your current scene when you need it to make level editing easier. (not limited to levels alone, but that is the primary intention of the addon) Also features additional post-import scripts to make it easier to work with certain model types.

Palette Swap Texture 2D
by theboyboy
A custom resource for Godot to simply and quickly generate palette swapped textures
ZzSprite Godot 2D
by cactichameleon9
Procedurally generate monsters and other sprites for your game right in the engine! A port of ZzSprite (A Tiny Sprite Generator) by Frank Force to Godot Seeds from the web version of ZzSprite are 100% compatible with the godot port!
Debug Interface Components
by gatada
A configurable debug meter that takes a float input and represents it as the height of the meter. The value passed to the meter will show below the meter. You can customize range, colors and the value of an optional target value. The meter accepts any value range, and will change color, and emit a signal when the input value exceeds the specified range. When the input value reaches the target value an event signal is emitted, and the bar can optionally change color.
EgoVenture Sample Game
by deepgames
An example game by MDNA games made using the Egoventure framework

Curvature Shader
by novemberdev
This shader adds curvature to any mesh!

CurvePDFtoCDF
by fia
A simple Ressource allowing you to make PDF (Probability density function) as a godot Curve and to auto bake it as a CDF (Cumulative distribution function). It allow you to make really simple weighted random number generator for your game.