All Gadgets

Godot Texture Atlas 2D
by kautaruma
Adds support for using Adobe Animate Texture Atlases to Godot. Read the README.md for more info on what is currently supported.

ActionButton
by hapty
ActionButton is a custom Button node with extended audio and visual customization. Features: *Customize how the button animates and looks when you interact with it. *Configure sounds for the button, with a system that keeps track of sounds and reuses them across the project.

VersionCheck
by derwenzel
A small plugin that checks if a newer version of the godot alpha is available.

OpenAI GPT Chat
by finepointcgi
This tool integrates GPT within Godot. Chat with it! Summarize your functions Run basic actions such as write a function to verify an email using regex. Ask for help! How To Use Clone the Repo Copy it to Your Godot Project Under Project > project settings > addons and enable the Addon Go under Project Tools > GPT Chat Set your API key and pick your options Click OK You can use Godot GPT now!

GDMatPlot
by dmrokan
This plugin adds GNUPlot terminal to the Godot engine for displaying plots on a 2D canvas layer without requiring GNUPlot executable Checkout demos: https://github.com/dmrokan/gdmatplot/releases/download/v0.3.0/demo.zip https://github.com/dmrokan/gdmatplot/releases/download/v0.3.0/demo3d.zip

2.5D Game Demo
by godotengine
This demo project shows a way to create a 2.5D game in Godot by mixing 2D and 3D nodes. It also adds a 2.5D editor viewport for easily editing 2.5D levels. How it works: Custom node types are added in a Godot plugin to allow 2.5D objects. Node25D serves as the base for all 2.5D objects. Its first child must be a 3D Spatial, which is used to calculate its position. Then, add a 2D Sprite (or similar) to display the object. Inside of Node25D, a 2.5D transformation matrix made of three `Vector2`s...

Fancy Folder Colors
by twister
Custom Folder Colors Addon For Godot 4 Allows you to choose a custom color for folders. (also works with files) How Work In the godot file system, press RMB (right click) on any folder/file you want to colorize and select Custom Color from the menu.

GRest
by ignel
Godot API Tester A Postman-inspired plugin for Godot 4.4.1 that simplifies API testing directly in the editor. Create, send, and debug HTTP requests with an intuitive interface. Save time, optimize your workflow, and focus on creating. Perfect for game developers integrating web services.

Dock Shader Editor
by vivianverdant
Move this shader editing panel to a moveable dock.

Godot Tiled importer 2D
by mistas
Plugin that helps to import tile maps from the Tiled editor.

Naive Behavior Tree Plugin
by raiix
Maybe you love coding more than visual things, this may be what you want. Compile a behavior tree script, and turn it into a PackedScene file which contains a behavior tree.

Animation Frame Picker
by animesuro
A Godot Engine add-on made by AniMesuro that adds a Frame Picker functionality for 2D Animation, allowing for more efficient frame keying on an animation track.