Tools

Funcy
by drdan
An addon to aid a functional programming style in gdscript.

godot node presetting
by deerluuu
Godot 节点属性默认插件,类似于 Unity 的 Presets

Code Snippets
by itsben321
Quickly Save, Load and Manage Code Snippets / Scripts! Allows full flexibility with intuitive and easy controls :) Download in res://addons/ (ignore asset root)

SCORM
by edassis
Offers a channel for communication with the SCORM API and packages the Web exported files into a ZIP archive. The communication can be made with the functions or the signals of the Scorm autoload node. ScormExport do the post-export zip packaging. Follows the SCORM 1.2 specification.

Godot Game Screenreader
by punishedfelix
This is a screenreader for your Godot games. It organizes child Controls into a way that can be navigated by low vision users. Features: - Screenreader with support for most native Godot Controls - NVDA support (Credit: NightBlade) - High Contrast theme changer - VTT parser and subtitle support

Synchronizer
by maktoobgar
A simple GDScript plugin to make networking in godot with GDScript even easier.

Godot ECS
by baifeng
Lightweight ecs framework written with gdscript. - Lightweight and high-performance. - One step serialization and deserialization the game world. - Independent event system. - Hot-swappable system design. - Data-driven and event-driven. - Easy to use.

Metadata Inspector
by ballerburg9005
View and edit hidden Metadata. You can use this to add custom variables to any node directly from the UI. No scripts required.

Gnumaru's Static Data Importer
by gnumaru
TL;DR: Import raw data from several file types (yaml, toml, hjson, xml, csv, xlsx, ods, odb, sqlite) in the same manner as a JSON resource but processing the strings with str_to_var. WARNING: This add-on has system prerequisites and does not work without them, read the "Prerequisites" section in the README.md for further details. ================================================== Hi =)! Did you know that since godot 4.0 the JSON class is a Resource =O? Previously it was just a helper class, b...

TablePager
by awltux
Data Table Control that takes Array[Dictionary] data (e.g. SQLite queries return data in this format, but any data in this format will work) and displays it in a paged table format. Features include, column sort, resizable column width, configurable page size and more.

Godot Notes
by roboweb
This tool allows to keep notes and ideas of your project. It adds a Notes dock that contains a text box allowing you to write and save - by project - all the ideas that go through your head. Notes are saved in a notes.txt file inside the plugin folder.

DokiVN - Visual Novel Lib
by qjpg
DokiVN is inspired by the "renpy" language, making it easy to program dialogues and interactions of a Visual Novel using only GDScript