Tools

Godot Git Plugin (4.1+)
by twaritwaikar
This official plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki. Only compatible with Godot 4.1+.

Linear Stairs Generator
by syntheticborealis
This add-on provides a node that generates linear stairs using CSG.

Godot Debloat Array - Beta
by zmnhamid
This plugin debloats the exported Arrays by removing the `Size:` and `> Resource` fields and updating the UX.
Easy Charts (4.x)
by fenix
Collection of Control, 2D and 3D Nodes. Charts for Godot Engine, made easy.

Frog Subtitles
by frogcollective
Frog Subtitles is a Godot plugin that add custom nodes to easily add subtitles on a video or audio stream. It works by directly importing a standard srt files. This plugin has been developed by Frog Collective.

Date Time
by verillious
Datetime utils for Godot

YAML.gd
by lowlevel1989
Full documentation available in the repository: https://github.com/lowlevel-1989/YAML.gd A YAML parser written entirely in GDScript. YAML.gd allows you to parse YAML content directly within your projects without requiring C++ modules or compilation, making it easy to integrate and use on any platform supported by Godot. === Running Basic Tests === ✔️ Test 1: Simple key-value pairs ✔️ Test 2: Nested dictionaries ✔️ Test 3: Simple lists ✔️ Test 4: Mixed structures ✔️ Test 5: Empty values ➡️ Bas...

Node Based Job Queueing System
by thepolyglotprogramme
A Node-Based, thread-safe and synchronous Job Queueing System for Godot

uuid
by binogure
The uuid class is a GDScript 'static' class that provides a unique identifier generation for Godot Engine.

GDScript Interfaces
by mastermori
Adds a very basic implementation of interfaces to GDScript. Only validates at runtime. See full explanation on https://github.com/Mastermori/gdscript-interfaces

Image-based fonts
by droc101
This tool allows typing with fonts made from a collection of PNG images.
CSV-Typed-Data-Importer
by citizenl
Use CSV files as configuration files in Godot with type definitions.