All Gadgets

Showing 1,788 of 2,199 results
Page149 of 184
Blender-Godot Pipeline hero image

Blender-Godot Pipeline

by michaeljared

FREE

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 hero image

Tiger Importer 2D

by xett

FREE

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 hero image

Analog Touch Control

by cianci

FREE

No description available

gbk_decode hero image

gbk_decode

by lttablets

FREE

Decode a String who has a GBK binary data.

Godot ARIA (4.3) hero image

Godot ARIA (4.3)

by btzr

FREE

A plugin for creating accessible rich internet applications with godot.

Gamepad Mouse hero image

Gamepad Mouse

by mbmayer

FREE

Use a gamepad as a system-level mouse in Godot.

Godot Signals hero image

Godot Signals

by aendawyn

FREE

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 hero image

Auto Expand Property Inspector

by lunatikgames

FREE

Automatically expands all sections of the Property Inspector when you select a node

Vector Resource hero image

Vector Resource

by xrayez

FREE

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 hero image

Quiver Leaderboards

by amitq

FREE

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) hero image

game menu by code (gdscript)

by aiaf

FREE

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 hero image

Rust Auto Compile

by arttaaz

FREE

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.