All Gadgets

Showing 252 of 2,199 results
Page21 of 184
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...

Project Time Tracker hero image

Project Time Tracker

by fifut

FREE

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

easy tween (test)

by display

FREE

Easy tween (kind of useless)

Quiver Player Accounts hero image

Quiver Player Accounts

by amitq

FREE

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

Aseprite Animation Importer

by atkintc

FREE

This tool allows you to quickly import animations from an Aseprite JSON file and spritesheet. Updated for Godot 4 Beta 5.

ExternalEditorSettings hero image

ExternalEditorSettings

by yucelf

FREE

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

AreaOfSight2D

by arzzzen

FREE

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.