All Gadgets

Showing 708 of 2,199 results
Page59 of 184
Console and Textchat Node hero image

Console and Textchat Node

by keilainman

FREE

This Addon provides a custom node to add a Console/Textchat to your scenes. You can print messages with various text formatting or enter commands to help you debugging.

VarEdit - Variant File Inspector hero image

VarEdit - Variant File Inspector

by jacobcoughenour

FREE

A serialized Variant file inspector built into the Godot Editor. Perfect for debugging your save files stored using FileAccess.store_var() Features - Displays all Variant types. - Multiple files open at once as tabs. - Displays nested dictionaries and arrays. - Tree or JSON text view. - Optional auto refresh when the file changes on disk. - Path filter to only display properties that match a pattern/path. - Supports files saved with FileAccess.COMPRESSION_GZIP.

Third Person Controller 3D hero image

Third Person Controller 3D

by emirthab

FREE

This addon includes 3rd person perspective locomotion and blockout materials, sky.

Phantom Camera hero image

Phantom Camera

by ramoks

FREE

A Camera addon for Godot 4.

Half-Tone Comic Shader hero image

Half-Tone Comic Shader

by zacksly

FREE

A Half-Tone post-processing effect shader that replicates the appearance of old comic books.

Audio Visualizer Plugin hero image

Audio Visualizer Plugin

by soalreapercaptain

FREE

This tool allows you to easily setup audio visulaizers for music videos and/or games.

Sprite Sheet Importer 2D hero image

Sprite Sheet Importer 2D

by rugia813

FREE

This is a plugin for Godot Engine to import AtlasTextures from the SpriteSheet Packer https://amakaseev.github.io/sprite-sheet-packer/

Multistroke Gesture Recognizer Plugin for Godot Engine 2D hero image

Multistroke Gesture Recognizer Plugin for Godot Engine 2D

by yevapohrebniakova

FREE

This plugin provides a gesture-cloud recognition system for 2D hand-drawn symbols, optimized for integration into the Godot Engine. It enables developers to create symbol-based mechanics for games and applications, such as drawing symbols to trigger actions.

CurvedArrow2D hero image

CurvedArrow2D

by jlapier

FREE

Adds a new node type for creating 2D arrows with a curve to their body and optional outlining/transparency.

Interactive Energy Shield hero image

Interactive Energy Shield

by nojoule

FREE

This addon for Godot provides an energy shield that can be easily integrated into your scenes. You can use either the shield_plane.tscn or shield_sphere.tscn directly, or apply the shader to other materials. Note that some adjustments may be needed to ensure proper functionality on meshes other than planes and spheres. Showcase Video: https://youtu.be/0YiZSrtxtcg GitHub Repo: https://github.com/nojoule/energy-shield

Godot Vim hero image

Godot Vim

by bernardobruning

FREE

Introduces motions vim on godot editor

CookieHTTPRequest hero image

CookieHTTPRequest

by 0mn1core

FREE

An extension to the HTTPRequest Node to add cookie capabilities. Adds a partial implementation of RFC-6265bis to automatically handle processing cookies from `Set-Cookie` headers on responses and include `Cookie` headers with applicable cookies on future requests.