All Gadgets

GOAT
by miskatonicstudio
Godot Open Adventure Template (GOAT) is a tool for making 3D adventure games. It supports a simple inventory system, interacting with objects and screens, playing voice recordings with subtitles, and changing game settings.

Godot4-TiledImporter
by feendrache
Import Tiled Maps into Godot 4 Currently in Alpha State What the plugin can do: import Tilesets from Tiled, usable as Tilesets in Godot like Godot-Tilesets import Tilemap from Tiled, usable as Tilemap with Layers lile Godot-Tilemaps What the plugin can not do (maybe yet): import Objects from Object-Layer import Collisions in Tilesets since this is still bugged in Godot4 Alpha 9 There are Importers for the FileTypes shown in the "Import" Tab when a Tileset or Tilemap is selected Tilesets: Anim...

ModiBuff
by chillu
Buff/Debuff/Modifier library focused on feature set and performance, while maintaining 0 GC. Fully pooled * No GC/heap allocations (fully pooled with state reset) * Low memory usage (2-5 MB for 10_000 modifiers) * Fast effects 10_000 damage modifiers in 0.24ms * Fast iteration 10_000 interval modifiers & 10_000 units in 1.37ms * Easy high level API recipes * Instance Stackable modifiers (multiple instances of the same modifier type) * And much more

Isometric 2D point and click movement
by domogo
A simple demo showcasing isometric 2D point and click movement in Godot v4.3.

MAdvanced Vehicle Controller
by millu30
Advanced Vehicle Controller created by Millu This template lets user to create fully customizable vehicles with ease, it provides custom VehicleBody3D instance with script for easy setup along with fully detailed documentation inside the script itself This script provides functions and settings like: Customizable Gearbox system with Manual and Automatic transmission with support of external shafter Keyboard, Gamepad and Steering wheel support Drag and drop settings for easier vehicle setup Ve...

multiplayer dungeon crawler 3.0.4
by miku
this is a project made to test the multiplayer api, not necessarily the best implementation though

Open Font Package
by dalton5000
A collection of fonts under the open font license as ready-to-use Godot resources. Each font has its individual license file attached.

Animated Bow
by imageparseconde
An animated lowpoly Bow for your game project! Animations : IDLE WALK RUN FALL JUMP RELOAD AIM DISARMED AIM IDLE FIRE very important !!! if you have shakes during the animation, you must reimport the model in 60 fps, disable the optimizer and put all the bones in "nearest" mode in the interpolation mode. in the case of the BOW you have to put in "nearest" the "AIM" animation and the "DISARMED" animation and the "FIRE" animation you have to do it on all bones! good game.

GDCC - Godot Component Creator
by bornak
A plugin for Godot that allows you to create components from one project and then reuse them in other projects without the hassle of copy and pasting...

insert-coin(s) | (micro)payment system
by martijnbolt
Payment system for in-game purchases using LNP/BP. With insert-coin(s) you can implement coin-op, pay-per-use business models, capable of micropayments even lower than $0,001! You can now offer players fast and reliable in-game purchases, without middlemen or banks. By using cryptocurrency you benefit from near-zero payment fees which allows for real-time, in-game 'streaming payments'. Insert-coin(s) uses Lightning Network Protocol (LNP), the latest payment-technology on top of Bitcoin Protoc...

IsoCube Node 2D
by cold
A custom Control node that draw an isometric cube with given texture, color, size etc ... The Control rect width define the width of the cube.

Scene Selector
by jasonbreitweiser
Editor plugin to remove the scene tabbar from the top of the script editor and adds a dropdown above the scene dock. Intended for use with a plugin like script-ide or script-tabs so the scene tab is removed when the script editor is selected but also shows a drop down list above the scene dock so you can switch between scenes in the scene dock.