All Gadgets

Godot MMKV
by sakuya
Godot MMKV is an efficient, small, easy-to-use key-value storage framework

Metroidvania System
by kobewi
Metroidvania System (abbrevated as MetSys) is a general-purpose toolkit for creating metroidvania games in Godot game engine. It helps with map design, navigation and presentation, tracking collectibles and provides basic save data functionality related to the system. Its components can be used independently, even for games that aren't metroidvanias. To use it, copy "addons/MetroidvaniaSystem" to your project and enable the plugin in Plugins tab of Project Settings. The addon includes a sampl...

Arm Performance Studio Integration
by arm
This extension provides GDScript bindings for integrating the Arm Performance Studio tool suite into game development in Godot. This version of the extension provides bindings for emitting event annotations, software counters and custom activity maps. These annotations can then be viewed in Streamline and Performance Advisor.

Godot Google Analytics
by englishtom
A plugin that enables Google Analytics 4 tracking in Godot games.

Script Panel +
by loregret
If you want more advanced script panel, then 'Script Panel Plus' is for you! It has more features than native script panel. It is highly customizable and robust.

CSV - Localization template
by bunkai
A simple Godot project for localization and language change with CSV files.

TODO
by need12648430
A TODO list dock for the Godot game engine. Supports TODO, HACK, BUG, FIXME, and NOTE comment tags out of the box. Easily modifiable.

RES - Real Equation Solver
by neclor
Equation solver for finding real roots of equations up to 4th degree for Godot. Methods float cbrt(x: float) static float solve_linear(a: float, b: float) static Array[float] solve_quadratic(a: float, b: float, c: float) static Array[float] solve_cubic(a: float, b: float, c: float, d: float) static Array[float] solve_quartic(a: float, b: float, c: float, d: float, e: float) static Array[float] generate_linear(r1: float) static Array[float] generate_quadratic(r1: float, r2: float) static Array...

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.