Mod development plugin for Ultrapool
FSM Script Generator is a simple Finite State Machine (FSM) base classes .gd code generator tool by dev-gawe.This add-on is a tool for quickly creating files and folders structure files.Feel free to contribute, report issues, or suggest improvements.This is my first plugin... ever :DCommunity contributions like pull requests, issues, and feature suggestions on Github... ...are welcome.
To Do List inside Godot
This plugin help you push&pull your project in github in easy way
A tool for creating a quick, easy, and flexible dialogue system. Creates a dialogue box which you can customize and create text files for.Documentation: https://magnusknisely.wixsite.com/magnus-talk-plugin/doc-to-be-viewed
Create and edit CSV translation tables directly in the editor window.- Add, delete, and edit rows and columns with full undo/redo support.- Custom CSV loader to open files directly from the FileSystem dock.- Search bar to quickly find relevant entries.- Adjust column and row sizes, as well as delimiter used in CSV files directly in Project Settings.
Search, read and copy your code from other projects without opening them.Specify your project folder and view all your scripts in one place.Copy part of a text / Click to copy an entire function / Shift+Click to copy an entire script.Works for both .gd and .cs
It is a simple AI assistant plugin. It only provides a chat box. Be careful, the AI assistant can execute any script code.This plugin does not have system prompt words; it is designed to save tokens and money. Through testing, only Gemini 3 Flash Preview, Gemini 3 Pro Preview, and Claude Opus 4.6 (requires an OpenAI-compatible endpoint) can be used with the plugin. GPT 5.2 cannot be used with this plugin (it works, but cannot do anything).You need to use precise prompts to guide the AI. Gemini is very good at creating visual effects. If you use Gemini 3 Flash, the cost to complete an effect is 1 to 3 cents.
Imports Pixquare PX formatPixquare is an iPad/iOS app for pixel art: https://www.pixquare.art/This importer handles textures, animations and tilesets from its format.Comes with a companion plugin that makes it easy to sync px files from iCloud into the godot project.
An open source ASCII toolkit for Godot!This plugin aims at providing tools to develop ASCII games in Godot while still using all its handy features at maximum.For now, only some Controls (User Interface) tools are available.
Create and manage achievements through an in-engine editor and display them in your game!
GUT for Godot 4.6This release requires Godot 4.6. You can find a full list of earlier versions and links in the README: https://github.com/bitwes/Gut/blob/main/README.mdGUT stands for Godot Unit Testing and...as you may guess, it is a tool for creating and running tests.Features* Run tests easily through the Godot Editor, Command Line, or VSCode.* A plethora of asserts and utility methods to help make your tests simple and concise.* Support for Inner Test Classes to give your tests some extra context and maintainability.* Doubling: Full and Partial doubles, Stubbing, Spies.* Parameterized Tests* Export results in standard JUnit XML format.More info can be found in the wiki: https://gut.readthedocs.io/en/latest/