All Gadgets
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...
Project Time Tracker
by fifut
A small editor widget which provides basic functions for tracking your time with the Godot editor. Track which main screen view you are using the most. Fork of Godot Time Traker by YuriSizov
easy tween (test)
by display
Easy tween (kind of useless)
Quiver Player Accounts
by amitq
Quiver Player Accounts allows you to create user accounts for your players. This is an early version of the service, so we only support guest accounts at this time (no username/passwords, etc.), but we'll be adding more functionality in the future. This plugin is used mostly to support Quiver Leaderboards (https://quiver.dev/leaderboards). Documentation: https://github.com/quiver-dev/quiver-player-accounts-godot-plugin#quiver-player-accounts
Aseprite Animation Importer
by atkintc
This tool allows you to quickly import animations from an Aseprite JSON file and spritesheet. Updated for Godot 4 Beta 5.
ExternalEditorSettings
by yucelf
This small plugin allows toggling external editor easily (e.g., use builtin script editor for debugging, but use your usual text editor while coding).
AreaOfSight2D
by arzzzen
This tool adds the node for procedurally generated area of sight for 2D games. Usually used for enemies in stealth games. The asset adds two nodes: - AreaOfSight2D for AOS - AreaOfSightAgent2D for trackable objects Check the custon scene to understand how to configure these two nodes.