All Gadgets
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...
Godot Git Plugin (3.2-3.4)
by chronicallyserious
This official plugin lets you interact with Git without leaving the Godot editor. More information can be found at https://github.com/godotengine/godot-git-plugin/wiki. Only compatible with Godot 3.2.x to Godot 3.4.x. Installation: Copy the contents of the addons/ directory to your res://addons/ directory

Zara Survival Engine (C#)
by vagrod
Zara will be useful for you if you want your game to have weather-aware health control with ton of intertwined parameters, sleeping, fatigue, diseases (flu, food poisoning, venom poisoning, angina and so on), injuries (cuts, fractures), food spoiling, water disinfecting, inventory, crafting, clothes with different water/cold resistance levels and more. On a surface, it is really easy to set up and use. Simple Godot example included. Much more on a GitHub page.
BetterTable
by thebrunoca
BetterTable is a plugin for easily creating dynamic tables in Godot projects.
GMVU
by godotnutsorg
A fluent language for GDScript designed to generate MVU-style user interfaces.

xchange-scene
by amopel
Xchange-scene is a robust, high level interface for manipulating child scenes below a given Node and indexing them.

XR Browser (XR Fragments compatible)
by coderofsalvation
Load/Surf/Interact with 3D models via URLs at runtime. XR Fragments is a tiny specification for viewing 3D models as linkable AR/VR websites. Address and Control anything inside a 3D model with W3C Media Fragments and URI Templates. Simply SURF a 3D file-verse and design for a Spatial Open Internet with the highest degree of interoperability.
Inputty
by mxsophie
Input wrapper with per-device action polling, a rebinding scene, input icons/prompts, and customisable input properties.