All Gadgets

Motion Blur
by bauxite
This is a camera motion blur shader for Godot. It automatically works when the camera moves and rotates - but it won't blur when anything else moves. It's really easy to use in your project! Simply: 1. Download the zip and extract it. 2. Copy the motion_blur folder into the root folder of your project. 3. In the scene of your game, select your camera node, and then click the chain icon above the scene tree to instance a scene, then select the motion_blur.tscn scene file. 4. That's all!

ConvexConeShape3D
by oblepikha
Adds a new cone shape based on ConvexShape3D

AreaProber2D
by strauji
AreaProber allows you to probe for colliders anywhere in your 2D game's world, no need to set-up an area2d, nor raycasts!

Artificial Worm Brain AI
by leparlon
This plugin allows you to drag and drop a artificial worm to your game project. The worms AI is powered by a mapped C. Elegans worm brain. How to use: Enable the plugin, create a 2d scene, add a WormNode into it, Run the project. This is a little more than a conversion from js to GD script (and Godot Node structure) from this project: https://github.com/heyseth/worm-sim Make sure to check the editor properties of the worm and customize it, I struggled a bit to make this work, so it might have...

DTDA ML - Machine Learning models
by dtdagames
DTDA ML allows you to run machine learning models like KNN, Linear Regression, Logistic Regression, SVM.

BMOD: Create sound effects like with FMOD but B-tier
by kpids
A simple add-on that copies some of the functionality of FMOD inside of Godot. Sound Effects (SFX). Meant for game jams, prototypes, and small projects. Read more on GitHub: https://github.com/kpids/bmod

ProCam2D - Godot 4.x 2D
by kalulugames
ProCam2D is a versatile and feature-rich custom 2D camera node for the Godot Engine, designed to provide industry-quality camera controls for any type of 2D game. This plugin offers extensive customization, including multiple follow modes, smooth transitions, and support for cinematic sequences. With a robust addon system, developers can easily extend its functionality with custom behaviors. Some inbuilt addons include shake effects, grid snapping, and more. ProCam2D is controlled via an auto...

Global position and rotation in Inspector
by login1990
A small editor plugin for Godot 4.x that allows editing/reading Node2D position and rotation in Inspector with undo/redo support.

AI Voices/Dialogues Generator (AllTalk_TTS)
by error404
This extension allows you to generate audio dialogues using artificial intelligence directly in Godot Engine. How does it work? - Choose a voice - Choose a language (en, fr, de, it, es) - Enter the text to be synthesized by AI - Click on 'Generate' - Get a wav file directly in Godot ready to be used for your game The audio file is generated directly in your Godot project and can be used immediately. This extension uses AllTalk. It is necessary to install and run AllTalk_TTS for the extension ...

Piforge AI Image generator
by enlumis
Generate AI images for your godot project using piforge.ai API Improve assets in your project using the PiForge addon tools without leaving godot editor Different AI models are available: PiForge Core AI, Openjourney, SDXL, Flat Style, Vehicle, etc... Support PNG, JPG, WEBP export

Goodai9's Combat System 2D
by goodai9
Easy to implement combat system for 2D godot games for dealing and receiving damage.

NoiseLib
by myloyt
This addon provides a few shader nodes. It includes a slightly modified version of PerlinNoise3D, and 2 new implementations of VoronoiNoise3D and PixelNoise3D To install as an addon, only include the "Addons" folder from this project when importing. This way you only install the shader nodes.