All Gadgets

GodArkup
by lil0n
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.

GodPlot 2D
by onegm
Graphing tool based on the Control node. Works in the editor. Can draw scatter plots, line graphs, and area graphs with many display options available.

Smart Drag And Drop Cards
by sesinivan
My experimental asset for Godot 4.x to add mechanics for transferring cards within a single field (a battlefield or a player's hand) I decided to implement the mechanics of moving cards in the hand, because in other card games like Magic: The Gathering or Hearthstone and in Godot Asset Store there is no such function. As a result, it turned out to create not so much a "special hand" as a universal field with smart relocatable card mechanics.

2D Wheeled Vehicle Template
by vrojak
This template allows users to construct arbitrary 2D wheeled vehicles. The basic concept is to simulate each wheel individually, which makes it possible to make a wide variety of vehicles, regardless of the amount of wheels or the steering. Several example vehicles are provided. For a more detailed description and manual, please visit the GitHub page: https://github.com/vrojak/godot-wheeled-vehicle-template

Autotile Editor
by newold
Convert tilesets, autotiles and autotiles animated from RPG Maker to tilesets of Godot (with animations, collisions and occlusions included!)

FileSystem Drawer
by jakobbouchard
Moves the FileSystem dock to the bottom of the editor, similar to Unreal Engine's Content Browser. Click on the FileSystem button at the bottom of the window or use Ctrl+Space to open it. NOTE: THIS ADDON IS NOT NECESSARY WITH THE RELEASE OF 4.3

Turtle
by asoee
Turtle implementation for Godot Template enabling training of basic programming skills in godot environment with visual feedback.

MapCamera2D
by julianvos
A node that adds mouse, keyboard and gesture zooming, panning and dragging to Camera2D. Exported properties: - zoom_factor (multiplies Camera2D.zoom each mouse wheel scroll) - zoom_min (minimum Camera2D.zoom) - zoom_max (maximum Camera2D.zoom) - zoom limited (if true, MapCamera2D.zoom_min is effectively increased to stay within limits) - zoom_relative (if true, mouse zooming is done relative to the cursor) - zoom_keyboard (if true, zooming can also be done with the plus and minus keys) - pan_...

Godot RL Agents
by edbeeching
Godot RL Agents is a fully open source package that allows video game creators, AI researchers and hobbyists the opportunity to learn complex behaviors for their Non Player Characters or agents. Find out more at the libraries github repo: https://github.com/edbeeching/godot_rl_agents

Local Storage
by hwosch
Access and store data in localStorage easily (web builds)

Color Palette Manager
by ericezam
Manage color palettes from within Godot to make coloring and theming easier!

Godot LLM
by adriankhl
This plugin adds GdLlama, GDEmbedding, GDLlava, and LlmDB nodes which provides functionalities to generate text using large language model (LLM). Features: * Simple text generation * Enforce the format of text generation output by Json schema * Instruct and interactive mode * Sentence Embedding * Multimodal: generate text from image or game screen * Vector database for retrieval augmented generation If you have concerns about legal issues of LLM in games, check this documentation: https://git...