All Gadgets

GodotOwl
by yoshiip
GodotOwl is a plugin for Godot 4+ that allows you to track how much time you spend on a project. This plugin displays a timer in the top right corner of the screen that automatically increments.
RectangleSpaceInventory
by gongpha
Simple implementation of inventory system for scalable items. Like Unturned
Godot Voxel Lattice
by bruce965
This is an attempt to implement the "Global Lattice" technique described by Davis Morley in Optimism in Design Handmade Seattle 2022.
VostokMods Exporter
by ryhon
Tool for exporting mods compatible with the VostokMods mod loader IMPORTANT: To install this plugin, create a res://addons/mod_exporter directory and during installation, press the "Change Install Folder" button and select the mod_exporter folder
GoldGdt Legacy 3D
by ratmarrow
The GoldGdt Character Controller provides GoldSrc-like movement to Godot 4 using the CharacterBody3D system. This version of the add-on exists as a bridge for existing GoldGdt users to port to the new version, which will simply be named "GoldGdt."
Start.io Godot Android Plugin
by fernan2cas96
Professional Start.io ads integration for Godot 3.6 featuring a robust singleton interface and native Android plugin. Supports banners, interstitials, rewarded ads, with auto-reload, GDPR compliance, and full error handling. Perfect for mobile game monetization!
Godot Fast WFC
by aliasfactory
A high-performance Wave Function Collapse algorithm wrapper
Zodot (Data Validation)
by rametta
Zodot is a lightweight data validation library for Godot. Define a schema shape, then use that schema to validate any data. Excellent for parsing data that was stored in JSON, or data returned from API's.
Godot TOML Parser
by benichi
A Godot TOML parser for Godot 3.x Usage ``` var toml = TOMLParser.new() # Define the parser in your script var file = toml.parse("res://file.toml") # Load your TOML file from a specified path # After that, it behaves exactly like a dictionary print(file["variable"]) ``` Current Issues -Octal and binary numbers aren't supported -Complex Date-time (eg. 1979-05-27T00:32:00.999999-07:00) isn't valid -Multi-lined strings can't start on a new line -Multi-lined arrays aren't supported
Dialogbox
by schweini
A dialogbox for all your needs!
Web Sprite 2D
by kameloov
WebSprite is a plugin for Godot game engine, it adds a new type of sprite that allows loading textures from url and caches the files locally

Godot WakaTime
by thomazthz
WakaTime for Godot! Godot WakaTime is a plugin for metrics, insights, leaderboards and automatic time tracking generated from your Godot usage. See the repository doc for more information: https://github.com/thomazthz/godot-wakatime/tree/v1.5.0