Tools

Showing 696 of 1,123 results
Page58 of 94
Funcy hero image

Funcy

by drdan

FREE

An addon to aid a functional programming style in gdscript.

godot node presetting hero image

godot node presetting

by deerluuu

FREE

Godot 节点属性默认插件,类似于 Unity 的 Presets

Code Snippets hero image

Code Snippets

by itsben321

FREE

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

SCORM hero image

SCORM

by edassis

FREE

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 hero image

Godot Game Screenreader

by punishedfelix

FREE

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 hero image

Synchronizer

by maktoobgar

FREE

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

Godot ECS hero image

Godot ECS

by baifeng

FREE

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 hero image

Metadata Inspector

by ballerburg9005

FREE

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 hero image

Gnumaru's Static Data Importer

by gnumaru

FREE

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 hero image

TablePager

by awltux

FREE

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 hero image

Godot Notes

by roboweb

FREE

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 hero image

DokiVN - Visual Novel Lib

by qjpg

FREE

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