All Gadgets
Godot Third Person Shooter
by johnnyrouddro
This is the demo from my tutorial series: https://www.youtube.com/playlist?list=PLqbBeBobXe08DLRMDMyY2YXLx-Q4R9Ujl
TileMap Merger 2D
by airreader
This tool allows you to merge multiple tile maps. # Features * Merge: Pasting TileMap data onto another TileMap data is possible. * Rotate: Rotating isometric tilemaps is supported. ** Only support diamond down isometric TileMap * Snap: Snapping to a specified size is available.

Godot Beautifier
by cdpude
This tool allows you to easily change the editor theme.
Scaling CanvasLayer 2D
by nyanginator
This Godot plugin provides a custom CanvasLayer that scales the viewport contents to always cover the full window with no black bars, no content reveal, and no distortions. Child CanvasItem nodes (i.e., UI) can also be scaled, independently of the content.
First Person Starter
by whimfoome
FPS (First Person Shooter) controller template for Godot 3.5 to give starter content for a new or already existing project! Features: - Smooth Movement (Acceleration and Deceleration) - Smooth Camera Rotation - Handles Slopes like a charm in a clean way - Optional Sprinting - Air Control - Easily Adjustable from the Inspector If you like it, please star the repository!
Custom "Play Scene" button
by fabianlc
Hides the "Play Scene" button and adds a custom button, useful for games with custom scene switching, I personally use this to make sure playing a scene from the editor is the same as loading it normally in the game. The plugin sets a project setting to the scene that has to be played and then runs the game normally from the main scene, you have to load the scene manually in your code using this project setting. The project setting used to store the scene path is "application/run/custom_first...
Waterways .NET (River Generation Tool) 3D
by tshmofen
It is a port to Godot 4/.NET 8.0 of a tool to generate river meshes with correct flow based on Bezier curves. Features 1. Procedural river mesh generation using Bezier curves with width and in-out direction settings. 2. Extensible water flow settings. 3. Adjustable subdivision and smoothing settings. 4. Special tool for river editing supporting snapping, local/global editing, axis-mapping, etc. 5. Special node for easy water floating setup that provide water height and flow direction on any p...

Ultimate Retro Shader Collection
by zorochase
WARNING: if you're upgrading from any version prior to 1.4.0, you MUST follow the steps outlined in the link below. If you don't, your materials WILL break, and you'll have to fix them all MANUALLY! You only need to follow these steps once -- subsequent versions will not be reorganized again. https://github.com/Zorochase/ultimate-retro-shader-collection?tab=readme-ov-file#upgrading-from-v13--to-v14 -- -- -- Ultimate Retro Shader Collection (URSC) brings PlayStation, Sega Saturn or Nintendo 64...
FPS multiplayer template
by dahoom
An FPS multiplayer template with everything you'd need to get started. Includes a full map with custom 3d assets. Features: - Multiplayer - Full map with custom assets - Controller support (including menus) - Cinematic Main menu - Pause menu - Options menu with: - Fullscreen - Fps and ping counters - Mouse and controller sensitivity - Bullets wall collision - Random respawn on map - Adjusted light and environment ("better graphics") QOL: - Configurable random respawns Player > Inspector > Spa...
Editor Icons Previewer
by xrayez
This plugin adds ability to preview all available icons in Godot Editor. Can be used to facilitate the process of developing Godot editor plugins without the need to import custom icons or any other design purpose. To display icons, go to `Project > Tools > Show Editor Icons` or use `Alt+I` shortcut.
Aircraft
by wmigor
This plugin adds wing physics to VehicleBody3D via the VehicleWing3D node.
Role Playing Game (RPG) Demo
by godotengine
This shows a method of creating grid-based movement with Godot and GDScript. It also includes a simple JRPG-style dialogue and battle system on top of it. Language: GDScript Renderer: Compatibility