All Gadgets

Useful Shader Nodes for Godot 4
by abbysalkig
Headbanging against the keyboard, done for you.
Kanban Tasks - Todo Manager 2
by holonproduction
Kanban Tasks - Todo Manager is a minimalistic kanban board application aimed at solo developers. It is available as addon for the Godot Engine or as standalone application. Features - Renamable stages - Tasks with detailed description and titles - List of steps for each task - Search in tasks and task details - Intuitive drag and drop usage utilising the godot build in drag and drop - Support for shortcuts * - Categories - Different stage layouts with multiple stages per column - Supports all...

Template for Plugin V1 Godot 3.x Android
by medgasan
Preconfigured Template for Creating Android Plugins Improvements: - To define exportable methods, they only need to be public and contain the @GodotMethod annotation. - The template automatically collects these methods and exposes them to the Engine. - For now, signals are still defined in the initSignals() method. - The plugin exposes the class name as the plugin name in getPluginName(). - Automatically generates the gdap file to start using the plugin right away.

Blocking dialog boxes
by jacopofar
Nodes to implement a blocking dialogue system, including text output, text input and selection of an element from a list. The nodes support the keyboard, mouse and multitouch, and block the input as long as the player is interacting with them.

Godot XR Toggle
by decacis
A simple toggle to run with VR enabled or not, from the editor.

GodotLogger
by nines2b
JSON-formatted logger **Feature Highlights:** 1. **Flexible Log Levels:** With Log, you have full control over the level of detail you want in your logs. Choose from DEBUG, INFO, WARN, ERROR, or FATAL log levels to focus on what truly matters. 2. **Customizable Prefix and Arguments:** Personalize your logs by adding prefixes and custom arguments. Tailor your messages to suit your specific needs, making debugging a breeze. 3. **Automatic Log File Generation:** Log ensures that your logs are st...

Godot Aerodynamic Physics
by addmix
Provides nodes for aerodynamic simulation. To get started, add an `AeroBody3D` node to your scene, and add as many `AeroInfluencer3D` nodes as necessary. For Godot Asset Library installs: Ensure that addon files are installed inside res://addons/godot_aerodynamic_physics This folder structure allows for this plugin to be used as a git submodule, because of this, Godot does not automatically install it to the correct path.

Myket Plugin
by dexter
Myket plugin allows you to easily implement your in-app purchases Just add the relevant node and start the purchase process.

Persian Text Edit
by fazel
This tool allow to write persian text in godot engine
XR Character Body Centric Movement Demo
by godotengine
This is a demo for an OpenXR project where player movement is handled with a CharacterBody3D as a base node. This is based on the Character body centric solution as explained in the room scale manual page: https://docs.godotengine.org/en/stable/tutorials/xr/xr_room_scale.html#character-body-centric-solution How it works: With modern VR equipment the user is able to move around a large playspace. This is often refered to as roomscale VR. The position of the headset and controllers are tracked ...

Algodot
by lucasvanmol
Algorand integration in Godot

PinchPanCamera 2D
by divirad
Godot Plugin for a touchscreen optimized camera control system for common 2D top-down strategy games. (Works also with mouse when "Emulate Touch with Mouse" is enabled)