All Gadgets
Midi File Parser / Player
by brainfoolong
Parse your midi files directly with native GDScript 4+ with no other dependencies. The example also include a demo of how you can create a sound player based on the parsed midi data. Usage var parser = MidiFileParser.load_file("res://yourmidi.mid") # parser.header contains midi header data # parser.tracks contains all midi tracks ## iterate over tracks and events for track in parser.tracks: for event in track.events: # do something with events here Playback Demo See midi_file_player_example.g...
Yandex games SDK (non official)
by basilyes
Yandex games SDK non official implementation for godot. I do it for my games, so it's not a complete SDK implementation yet. If you lack of some functions, you can do it your self and contribute or create issue on github. I will be appreciate you. RU Неофициальная реализация Yandex SDK для godot. Делаю для себя и своих игр, по этому тут реализованны не все методы и не всегда до конца (буду потихоньку доделывать). Если не хватает каких либо функций или я что-то криво сделал, можете создать оши...

Achievement System
by 5fb5
Plugin that allow you to add custom achievement to the game and display them in the UI. You can read "README" file in your downloaded repository or in GitHub page to learn how to use it. https://github.com/5FB5/gd-achievements
Skeleton2D Demo
by godotengine
This demo shows how to create a rigged and animated character in 2D using Godot's Skeleton2D node. There are several movement-related animations and there is a simple character controller that controls the animations. Language: GDScript Renderer: Compatibility
Weather System 2D 2D
by gregry
A variety of tools to help create cool weather effects quickly
Scrolling Backgrounds Demo
by gaspi
A demo for my scrolling backgrounds tool.
Godot Meta Toolkit
by w4games
Exposes the Meta Platform SDK and provides other tools for XR development on Meta's platform. See the documentation here: https://godot-sdk-integrations.github.io/godot-meta-toolkit/

Oculus Quest Button
by creikey
This tool allows you to figure out which button on the Oculus Quest Touch Controllers corresponds to which button ID.

Discord Social SDK
by thiagola92
Wrapper around Discord Social SDK. Compatibility with Linux (x86_64) and Windows.
Godot Dynamic Data Table
by jospic
DynamicDataTable is a GDScript plugin for Godot 4 that allows you to create and manage dynamic data tables easily and flexibly. -Dynamically create tables with customizable headers and data. -Dynamic resizing column widths. -Support for various data types (strings, numbers, dates in the format dd/mm/yyyy, progressbars, checkboxes). -Column sorting in ascending or descending order. -Filtering rows by column. -Cell edit mode by left mouse button double click -Multirows selection. -Independent h...
Godot Version Management
by erasor
This addon is for developpers that want a centralized place for version naming / build number and then display it in game. It allow you to configure version and build in project settings. These configurations are synchronized to all existing export of your project. Moreover configurations can be loaded for in game display.

Godot WebXR Template
by m
A template for quickly getting started with WebXR projects in Godot.