Tools

Menus Plugin
by bigdc
Menus Plugin is an OPEN SOURCE custom Menus node plugin for easily adding menus to your game (see Read Me fike for details).

ResourcePlus
by makeitwithwyatt
Simple yet effective Quality of Life enhancement for Resource management in Godot. Adds a new "Resources" tab with a tree view, where you can manage all of your resources in one place.
ValidRLink
by noctemcat
Supports Godot 4.1+. Adds ability to validate exported values and workable non-tool buttons If it detects any changes in inspector it will call your own method where you can check exported values or set them, you can change the method name in settings You can also export buttons that will call your methods, similar to `@export_tool_button` only your classes doesn't need to be `@tool` By the nature of how it works, it will only work with exported data, while inside your methods the instance do...

fsm
by nofacer
Finite-state machine plugin for Godot4

Audio Control
by vpgames
Simple basic audio control(Master, Music, Effects). Implemented as singleton/autoload class (plugin for Godot Engine 4.+).

Mixamo Root Motion Remover
by ilpano
A simple root motion removal tool for Mixamo animation

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.

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.

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.
Radar Graph
by lsbt
Create a customizable radar graph in Godot

Health, HitBoxes, HurtBoxes and HitScans
by clutteredcode
2D and 3D Components to manage health, damage, and healing