All Gadgets

Showing 960 of 2,199 results
Page80 of 184
Sokoban Cube hero image

Sokoban Cube

by tofujita

FREE

This Demo is a Sokoban type of game that is based on Cube Characters. You can change or add easily the textures of the Cube Characters and/or the game stages. Also, please refer to the url: "https://godotengine.org/asset-library/asset/616" that is Cube Characters.

Godot Conductor hero image

Godot Conductor

by cthonianmessiah

FREE

Music conductor for track mixing and syncing game events to music beats.

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.

SpaceAkroSport hero image

SpaceAkroSport

by alekseysilver

FREE

ragdoll platformer game

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

Animator Import hero image

Animator Import

by pelle

FREE

Importer plugin for Autodesk Animator FLIC animations (FLI and FLC) and some other file formats that can be saved from Animator (images, polygons, palettes, and masks). This can be used with the open sourced version of Autodesk Animator or to import animations from other applications that can export FLIC files.

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...

Audio Generator Demo hero image

Audio Generator Demo

by godotengine

FREE

This is a demo showing how one can generate and play audio samples from GDScript. It plays a simple 440 Hz sine wave at 22050 Hz. How it works: It uses the `push_frame()` method on an AudioStreamGeneratorPlayback object, which is inside of an AudioStreamPlayer node, to generate audio frame-by-frame based on `pulse_hz`. Language: GDScript Renderer: Compatibility

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.