All Gadgets

Godot Motion Matching 3D
by solenya
A Motion Matching plugin for Godot 4.4 and above. Motion matching is a different way of animating your characters, that allows you to have realistic body motion from a set of animation, without requiring setting up any complicated animation state machines. This module is still under development, and code contributions are welcome!

Table Container
by delphi
A Godot plugin that provides a container type that serves as a table.

Drag Control Node
by notman
Allows you to drag around the parent control node. Be sure that it is not being aligned by any other node!

Acrylic Glass
by pattlebass
An effect similar to Microsoft's Acrylic and Mica materials achieved in Godot 3. It works by getting the wallpaper file and blurring it in the engine.

BiDi and Font Features Demo
by godotengine
A demo showing BiDi text and BiDi overrides, line breaking and justification, and OpenType font features. Language: GDScript Renderer: Compatibility
Multiple Files Importer for Godot
by qjpg
A plugin that enables importing external files into the current project. *How to: In the File System dock click and choose the "Import Files Here" option.*

Godot 2D Top Down Camera
by cng6sk
A smooth, feature-rich top-down camera plugin for Godot. Effortlessly pan and zoom your 2D game scenes with intuitive controls and configurable boundaries. Ideal for strategy and simulation games, with camera controls inspired by titles like Hearts of Iron and Stacklands. Main Features - Smooth Cursor-Centric Zoom & Pan Seamlessly zoom in and out towards the mouse cursor, with smooth camera movement and interpolation for a polished feel. - Visual Boundary Configuration Easily set and visualiz...

Gameboy Dot-Matrix Filter
by marcospivetta
A gameboy dot-matrix retro post-processing filter for your games. Enjoy.

Talo Game Services: open-source player management, leaderboards and stats
by trytalo
Talo (https://trytalo.com) is an open-source, self-hostable backend for your games with services designed to help you build games faster. The Godot plugin provides convenient utilities and examples to get up-and-running in minutes. The Talo dashboard gives you full visibility over your game including your players and their actions. You can currently: - Identify and authenticate players - Store persistent data across players - Display high scores with leaderboards - Add socket-based multiplayer mechanics - Track game analytics and player metrics - Store and load player saves - Get feedback directly from your players - Load game config options and flags from the cloud - Keep your data in-sync even when players are offline Included samples: - Playground: a sandbox for testing all of Talo's services - Authentication: end to end player logins/registrations/account management - Leaderboards: add and display leaderboard entries - Multi-scene saves: showing how to save and load data across multiple scenes and different entities - Persistent buttons: showing how to save and load game state - Chat: showing how to send messages between channels in a chat room - Channel storage: showing how to store data that can be accessed by other players using channels ** Links ** Docs: https://trytalo.com/godot Repo: https://github.com/TaloDev/godot Discord: https://trytalo.com/discord ** New in 0.31.0 ** - Added the `Talo.saves.save_unloaded` signal - which fires when saves are unloaded and returns the previously-loaded save - Updated the multiscene saves demo with "new game" functionality, showing how to reset state between new saves

Starter Kit 3D Platformer
by kenney
Kenney's Starter Kit 3D Platformer is a basic template for a 3D platformer game in Godot 4.3 (stable). Includes features like; - Character controller (with double jump) - Collectable coins and falling platforms - Camera controls (rotate, zoom) - Gamepad support - Sprites and 3D Models (CC0 licensed) - Sound effects (CC0 licensed)

Ultimate Platformer Controller 2D 2D
by noaseynoah
Instantly create easy to modify 2D platformer player characters with built in features like coyote time, jump buffering, jump buffering, dashing, crouching, rolling, wall jumping/latching/sliding, and more! New: Presets added! Dashing Improved! Coyote time set to zero fixed.

Tile to Gridmap 3D
by matthewkonobri
Tile to Gridmap for Godot 4.4 This plugin was created to allow the use of Godot's autotiling features with Gridmaps. ***This update adds support for basic procedural generation as well as a a dual grid tile placement system*** This plugin does not create the meshes just allows you to draw a tilemap using Godot's tools and place associated meshes and scenes on a gridmap. It works great when using pixel art style low poly meshes that you want to be placed following a tilemap terrain ruleset. An...