All Gadgets

On-Screen Logger
by schimmelspreu83
A logger that displays any message on screen. Useful for printing debugging messages when you don't want to print the message into the log.

Procedural-Map-Generator 2D
by mihalysaroltaubb
The plugin is capable of modifying a selected TileMap in Godot using various algorithms. These algorithms include Cellular Automata, Wave Function Collapse, and Gram-Elites. Different parameters can be specified for these algorithms. The plugin contains an Examples folder to test the map generation.

Godot icon creator/replacer
by pkowal1982
Replace Windows icon without rcedit. Create icon from image(s) using no external tools. After installing and enabling you'll find two additional menu entries: Project/Tools/Icon Creator Project/Tools/Icon Replacer which should be self explanatory.

TrenchBroom Loader 3D
by miss
TrenchBroom map loader for Godot 4. Alternative to Qodot. Also known as TBLoader.

GridMapLayer 3D
by caaz
This allows you to manage GridMaps through TileMapLayers. Support for: - Autotiling (Because the GridMapLayer node inherits from TileMapLayer!) - Arbitrary tile subdivisions (for 2x2 or more gridmap tiles being associated with a single 2D tile) - Arbitrary tile sizes (For non-square tiles) - Setting GridTiles programatically (for proceedurally generated areas utilizing autotiles) - Multiple GridTiles associated with a single 2D Tile. (So that you may have layered grids, useful for cases where you might want different collisions!)

EZ Music Cuer
by lopano
An addon to the "EZ Sfx and Music" Godot asset by ghoulbroth. Put MusicCuer as MusicPlayer's child and it plays either the MusicPlayer's first track or a selected track on regular intevals, optionaly after some delay.

GDPeg
by arlez80
Godot Parsing Expression Grammar for GDScript 1.3 update: * Added end of input $. 1.2 update: * Added debug @ and tree capture :> 1.1 update: * Fixed greedy(?) on text notation.

Visual Shader Normal Strength Node
by foyezes
This node lets you control normal map strength.

Godot Dialog System
by davethedev
This is an addon which assists in the generation, organization, storage, and access of large amounts of text data for Godot Engine projects. It consists of a Story Editor to create and manage lists of dialog records via tags and search filters. And a Dialog Editor through which text/dialog data is created and edited via graph nodes. Although primary designed to handle game dialog, the editors can be used to manage text data for any purpose. Text data can be saved to resource files and read in...

GodotGPT
by ecadz
This addon allows using your OpenAI's api-key in godot for ChatGPT.
ShaderFunction-Extras
by flamelizard
This addon aims to help Godot developers writing custom written shaders by providing high-level functions which are often used inside gdshaderinclude files.

Godot Rust CLI
by robertcorponoi
Godot Rust CLI is an easy to incorporate Rust modules into your Godot project.