Tools

Laigter Integration
by gitautas
This tool lets you generate normal and specular maps using Laigter: https://github.com/azagaya/laigter from within the editor.

Godiscord
by shuflduf
Use the Discord Bot API directly within Godot! Useful for integrating your Godot game with a server, for example. Big thanks to @lyghtkruz on GitHub for keeping the project alive!

SignalForward
by xh4528
The SignalForward node will connect all signals of the specified name and forward them through a single signal

Advanced Save System
by rdmtt
An advanced save system prototype for Godot 3.1. This save system can be used in rpg games where the player moves from level to level and the game has to keep track of all the changes to those levels. The demo constist of three levels: green < red > blue. You move through them by stepping on the yellow arrows. White circles are rigid bodies, their properties will be saved either when you save to a slot (buttons at the top) OR automatically when moving to another level. Red blocks are enemies,...

gd-plug-ui - Plugin Manager UI
by imjp94
User interface for plugin manager gd-plug(https://godotengine.org/asset-library/asset/962) This version is only compatible with Godot 4.x, check out godot3(https://github.com/imjp94/gd-plug-ui/tree/godot3) branch for older version This addon require gd-plug(https://godotengine.org/asset-library/asset/962) and git. Make sure to update gd-plug to at least 0.2.5(godot4) or 0.1.4(godot3)

DotnetQuestSystem
by tru1ng
Simple implementation of a quest system on dotnet with an interface for godot

Snippets Editor Plugin 3.0.4
by gswashburn
An editor plugin for Godot Engine 3.x to manage code snippets in your projects. Edit, Copy, Add and Delete frequently used pieces of code into your Godot 3.x projects. v1.1 Internal Editor added to right mouse click on code snippet.

License Manager
by iceflower
Manage license and copyright for third party graphics, software or libraries. Group them into categories, add descriptions or web links. The data is stored inside a json file. This file is automatically added to the export, you do not need to add it yourself. If you provide license files instead of a text, they are also exported. If paths are added to license data, it will be automatically adjusted if you rename a file or folder inside the editor. You can change the project license file eithe...

Node Disabler - Disable nodes with a single action
by gustjc
Toggle nodes active state with a quick action. Use this to quickly toggle nodes on/off to help debug your game. Either a hotkey or a new button at the top bar. A disabled node has its process_mode disabled and its visibility turned off. An icon in the scene tree will also be there to help you see which nodes are disabled. The shortcut key is `Control+R` but it can be changed in the settings.

Godot Pure Data
by nandoman
GDExtension that allows you to interact with and run Pure Data patches. Available for Linux, Windows, and macOS. Note: macOS binaries are unsigned. You will need to grant permissions for the extension to run. Please see the README.md file in the project page for more details: https://github.com/fediazc/godot-pd

BitMap editor
by webcatz
Allows editing BitMap resources directly from the inspector. Left click sets bits to true, right click sets them to false.

grafana-cloud-connector
by kurzweil
A tool for sending metrics and logs from Godot, into Grafana Cloud. Detailed setup instructions available at: https://github.com/KurzweilTV/godot-grafana-connector Setup Grafana Cloud You'll need a Grafana Cloud account. If you don’t have one, you can sign up here. Once logged in, navigate to Connections on the left, then follow the instructions below depending on whether you want to send Metrics or Logs. Metrics Setup From the Add New Connection screen, choose HTTP Metrics (Custom Data). For...