All Gadgets
Blender-Godot Pipeline
by michaeljared
This addon is a Godot helper addon for my blender addon which simplifies exporting objects from Blender into Godot. https://blendermarket.com/products/blender-godot-pipeline-addon Docs: https://blendermarket.com/products/blender-godot-pipeline-addon/docs This addon includes: - GLTF Import GD script - Scene initialization GD script You do not need to "Enable" the addon from project settings. This addon is simply a repository for the GD script files mentioned above. Under Project Settings -> Im...

Tiger Importer 2D
by xett
This is an addon for Godot for importing sprite data files from Tiger for animations. What is Tiger? Tiger is a middleman program to help game developers bridge the gap between sprite animation and game engine. Although programs like Aseprite can create custom spritesheet and animation data, but this requires you to keep everything in one file or make a custom script. How to Use 1. Install addon. 2. Enable plugin in project settings. 3. Export files to project using godot_json.template in exp...

Analog Touch Control
by cianci
No description available
gbk_decode
by lttablets
Decode a String who has a GBK binary data.
Godot ARIA (4.3)
by btzr
A plugin for creating accessible rich internet applications with godot.
Gamepad Mouse
by mbmayer
Use a gamepad as a system-level mouse in Godot.
Godot Signals
by aendawyn
Godot Signals is an advanced and powerful signal management system for the Godot Engine, designed to enhance signal handling and simplify communication between game components. This plugin brings flexibility, efficiency, and high performance to your Godot projects, allowing developers to create complex signal workflows with ease. Key Features: - Advanced Signal Processing: Build signal processing chains with filtering, transforming, and mapping capabilities. - Signal Broker System: Easily con...
Auto Expand Property Inspector
by lunatikgames
Automatically expands all sections of the Property Inspector when you select a node
Vector Resource
by xrayez
Visually edit and store Vector2/3 core data types as resources, both from the inspector and code. This plugin adds `VectorResource` global resource class which can be referenced via code once edited in the inspector.
Quiver Leaderboards
by amitq
Quiver Leaderboards (https://quiver.dev/leaderboards/) allows you to easily add global leaderboards to your game. Quiver Leaderboards support multiple types of leaderboards (all scores, highest score, latest score, or cumulative score) so you can track scores exactly however you'd like. You can also segment scores by time so you can support daily, weekly, or monthly high scores. Quickly get started by using our default leaderboards UI or create your own. NOTE: This plugin requires the install...

game menu by code (gdscript)
by aiaf
Example showing a game menu by code Features: 3 tabs (Main, Settings, Help) new game, exit credits with popup resolution selection full screen checkbox help screen
Rust Auto Compile
by arttaaz
Rust Auto Compile is a simple script that runs cargo automatically before you run your game. It adds 2 settings: rust/cargo_path: The path to your cargo executable rust/cargo_manifest: The path to the Cargo.toml of the library you want built. You need to have those 2 settings set for the plugin to work.