Tools

Showing 492 of 1,123 results
Page41 of 94
Godot Git Plugin (4.1+) hero image

Godot Git Plugin (4.1+)

by twaritwaikar

FREE

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

Linear Stairs Generator

by syntheticborealis

FREE

This add-on provides a node that generates linear stairs using CSG.

Godot Debloat Array - Beta hero image

Godot Debloat Array - Beta

by zmnhamid

FREE

This plugin debloats the exported Arrays by removing the `Size:` and `> Resource` fields and updating the UX.

Easy Charts (4.x) hero image

Easy Charts (4.x)

by fenix

FREE

Collection of Control, 2D and 3D Nodes. Charts for Godot Engine, made easy.

Frog Subtitles hero image

Frog Subtitles

by frogcollective

FREE

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

Date Time

by verillious

FREE

Datetime utils for Godot

YAML.gd hero image

YAML.gd

by lowlevel1989

FREE

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

Node Based Job Queueing System

by thepolyglotprogramme

FREE

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

uuid hero image

uuid

by binogure

FREE

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

GDScript Interfaces hero image

GDScript Interfaces

by mastermori

FREE

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

Image-based fonts

by droc101

FREE

This tool allows typing with fonts made from a collection of PNG images.

CSV-Typed-Data-Importer hero image

CSV-Typed-Data-Importer

by citizenl

FREE

Use CSV files as configuration files in Godot with type definitions.