All Gadgets

Showing 240 of 2,194 results
Page20 of 183
GodArkup hero image

GodArkup

by lil0n

FREE

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 hero image

GodPlot 2D

by onegm

FREE

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 hero image

Smart Drag And Drop Cards

by sesinivan

FREE

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 hero image

2D Wheeled Vehicle Template

by vrojak

FREE

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 hero image

Autotile Editor

by newold

FREE

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

FileSystem Drawer hero image

FileSystem Drawer

by jakobbouchard

FREE

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 hero image

Turtle

by asoee

FREE

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

MapCamera2D hero image

MapCamera2D

by julianvos

FREE

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 hero image

Godot RL Agents

by edbeeching

FREE

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 hero image

Local Storage

by hwosch

FREE

Access and store data in localStorage easily (web builds)

Color Palette Manager hero image

Color Palette Manager

by ericezam

FREE

Manage color palettes from within Godot to make coloring and theming easier!

Godot LLM hero image

Godot LLM

by adriankhl

FREE

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...