PGodot is a free and open-source procedural generation plugin for the Godot Engine. It enables developers to create dynamic 3D environments using noise-based techniques, directly from the editor or at runtime. This tool was developed with indie studios and solo devs in mind, offering procedural power without the complexity or price of commercial alternatives.
A Godot EditorPlugin that enables UI scene creation via a lightweight XML‑based markup language. Define your UI structure, resource references, data bindings, and dynamic loops in a single .godarkup file; then generate a .tscn scene or preview it instantly from the Godot Editor.
Easiest and most reliable way in Godot to implement material footsteps. This addon supports GridMap material footsteps too.
Plugin tool to easily launch RenderDoc from within Godot
Rust Auto Compile is a simple script that runs cargo automatically before you run your game.It adds 2 settings:rust/cargo_path: The path to your cargo executablerust/cargo_manifest: The path to the Cargo.toml of the library you want built.You need to have those 2 settings set for the plugin to work.
A plugin for Godot 4 that will add a simple configurable vision cone to 2D entities. It can be used for example to simulate the vision of enemies in a stealth game.Check out the full description on https://github.com/d-bucur/godot-vision-cone
Create 2d projectiles that move toward the target on a curve with gravity param to adjust the slope of the curveFor more information navigate to:https://github.com/MeroVinggen/Godot-ProjectileOnCurve2DPlugin
3D level builder tool with focus on creating indoors environment and automation.* Create mesh, collision, scenes and navigation mesh in one click.* Simple layout editing by placing area nodes.* Automate level creation with RoommateStyle resources.
A foundational inventory framework for GodotDesigned with an MVC-like architecture that separates presentation layer from data layer, offering high extensibilitySimple integration with minimal intrusion into existing projectsSupports independent data saving and loading
Embed free AI assistants in Godot with the ability to read and write code in Godot's Code Editor.Key Features- Assistants can write code or documentation directly in Godot's Code Editor.- Assistants can read the code you highlight for quick interactions.- Save reusable prompts to ask your assistant to act with a single button.- Create your own assistant types and quick prompts without coding.- Have multiple chat sessions with different types of assistants simultaneously.- Edit the conversation history in case your assistant gets confused by some of your prompts.- Call LLMs locally or remotely.This plugin requires Ollama installed on your machine (which is simple and free), please see the videos to learn more.Thanks to contributors, additionally to Ollama, the following APIs are already supported:- Google Gemini- OpenRouter- Jan- OpenWebUI
AmbientCG Downloader Godot Plugin For Godot 4.x Downloads Files from AmbientCG.com and automatically populates StandardMaterial3D
Sync your Godot game’s translations directly from Google Sheets!Easily manage, update, and test all your localizations right inside the editor—no more manual CSVs or copy-pasting.Perfect for teams and solo devs who want fast, hassle-free multilingual support.