All Gadgets

Template for pathfinding games
by xolatgames
This template help you to create games which use pathfinding system!
Online-LAN P2P multiplayer
by amradel201
This template allows you to create peer-to-peer (P2P) multiplayer games in Godot 3 without the need for a dedicated server. It uses Godot's high-level multiplayer API along with UPnP (Universal Plug and Play) for automatic port forwarding, making it easy to connect players over the internet directly. Features include: - Host/join system using IP - P2P networking with no server required - UPnP support for port forwarding - Handles connection, disconnection, and timeouts - Clean and well-organi...

Script Tabs
by makovwait
Move scripts list to tabs.
TMD Importer 3D
by martinbean
A Godot plugin for importing PlayStation TMD models.
XR Input Simulator
by cafezinho
This tool allows you to simulate input on your XRControllers and XRCamera, without having to use a VR headset. First, insert XRSimulator.tscn into Autoload. Move your mouse to control the XRCamera, and scroll to control its height. Press WASD to controll the left controller's joystick, and the arrow keys to control the right controller's joystick. Press Q or E to select the left controller or the right controller, respectively. With a controller selected, you can: - move your mouse to control...
Universal Save/Load System
by c64cosmin
Plugin designed to be generic and usable for any kind of game. The system is called Thoth from the Egyptian deity that was the holder of knowledge and patron of scribes, so Thoth is in charge of saving your game. If you want to support me : https://www.stupidrat.com/senseless If you wish to pledge to help me I also have a Patreon page. https://www.patreon.com/c64cosmin Documentation : https://stupidratstudio.github.io/thoth/ Contact & Support : https://discord.gg/FX5NaQHcjS

Godot-MirrorInstance 3D
by phoboss
Mirrors!! You look at yourself at the same time when you look at them This is a WIP build of a mirror asset, this is the best that I could do with in a week and this is my first ever time in using a game engine so no promises :D So I herd ya needed mir'azz... +Stuff behind it doesn't appear on the mirror +It's easy to Install +It's easy to use +It's easy to instantiate +It's portable: (just drag and drop the .tscn file into the project/scene) +The code is well documented: (comments with custo...

Delaunator GDScript
by hiulit
A GDScript port of Delaunator: A fast library for Delaunay triangulation of 2D points.

Input Mapper Preset Loader
by light
This plugin aims to help users when creating a new project. Instead of manually adding all the action and button events to the Input Map screen; this plugin allows users to save/load premade mappings. Presets are saved as `.godot` files which makes sharing also quick and simple.
GodotEnv
by windastella
Godot DotEnv Class A simple implementation of DotEnv. Allow usage of .env file in godot. Also retrieve OS Environment Variable if available. Usage Add `/godotenv/scripts/env.gd` to Autoloader. Retrieve Environment Variable by `var env_var = get_node("/root/env").get("ENV_VAR")`
Scrolling Backgrounds Tool 2D
by gaspi
A demo for my scrolling backgrounds tool.
Shader-Lib
by idigvijaysinhg
Visual shader node library for Godot engine. Supports all 4.2.0+ versions! Adds various extra nodes to use in built-in visual shader editor. This is incompatible for Godot 4.1, use "Shader-Lib for Godot 4.1" instead.