All Gadgets

Showing 1,836 of 2,199 results
Page153 of 184
Advanced Rich Text Label hero image

Advanced Rich Text Label

by xynanlee

FREE

Rich Text Label that supports custom text parsing using custom BBcodes.

Godot Variant Notation hero image

Godot Variant Notation

by wardensdev

FREE

Godot Variant Notation (GDVN) is a syntax built on top of JSON that allows for the easy parsing of any Godot Variant to and from Strings. GDVN uses the constructor syntax to encode Variants into Strings, which keeps your data readable and easily parse-able. The plugin provides a singleton/class called GDVN that functions exactly the same as Godot's built-in JSON class, making the conversion of existing JSON parsing code as simple as changing the class name.

PixelPen | PixelArt Drawing and Animation hero image

PixelPen | PixelArt Drawing and Animation

by bayusw

FREE

PixelPen is a free and open source pixel art editor, proudly created with the Godot Engine. Pixel Pen can be use as godot addons or standalone aplication. Addons files contain GDExtension binary for MacOS, Windows, Linux, Web and Android. # How To Use ## Plugin 1. Copy `addons` folder to your `addons` project folder. 2. Please Keep the plugin directory to `addons/net.yarvis.pixel_pen`. 3. In Godot editor, restart when there is a prompts. 4. In Godot `Project Settings / Plugins`, ensure that P...

Integer Field ( LineEdit ) hero image

Integer Field ( LineEdit )

by kubes

FREE

A modified LineEdit node that only allows integers to be entered.

Smart Graphics Settings hero image

Smart Graphics Settings

by lucasbeckerdev

FREE

Smart Graphics Settings is an adaptive graphics system that automatically adjusts visual quality based on performance to maintain a smooth framerate. It features comprehensive settings management for render scale, anti-aliasing, shadows, reflections, and more, along with a user-friendly UI for players to customize their experience. The system includes real-time FPS tracking, performance analysis, and platform-specific optimizations that detect and apply optimal settings for different devices....

GDConsole hero image

GDConsole

by takanazwa5

FREE

A simple godot plugin implementing in-game debug console. This plugin adds an autoload script that allows creating commands in any script and executing them in the in-game console. Commands can take arguments and shouldn't crash the game if something fails. Error will be shown in console instead. Can also be used to print information using GDConsole.print_line, GDConsole.print_warning, GDConsole.print_error. Works only when ran in the editor or in debug build.

Soda AudioManager hero image

Soda AudioManager

by alexsanderoalmeida

FREE

Soda AudioManager is a global plugin for Godot, designed to handle non-spatial sounds, including interface sound effects, background music, and general sound effects. It offers an easy way to manage audio playback, control volumes, apply sound effects, and configure looping.

In Game Building System (C#) hero image

In Game Building System (C#)

by whymanually

FREE

This project is a comprehensive starter kit designed for creating building simulation games(or just games with building mechanic) in Godot 4. It includes both grid-based and free-form building features, making it versatile for different types of building gameplay. The system is equipped with a save/load functionality, basic UI for menus and building controls, and is ready to be expanded or customized for your own unique game.

Dodge the Creeps Assets (Unfinished) hero image

Dodge the Creeps Assets (Unfinished)

by pygmy

FREE

Assets for dodge the creeps for easy access

VarTree hero image

VarTree

by steezn

FREE

VarTree is a custom Tree node that allows you to monitor and display variable values in-game in a structured format.

Sticky Scribe - A flexible TODO list, task manager, bug tracker, and notes tool for Godot 3 hero image

Sticky Scribe - A flexible TODO list, task manager, bug tracker, and notes tool for Godot 3

by ace24713

FREE

Sticky Scribe is a light-weight TODO list and bug tracker, designed for solo devs and small teams. It integrates directly into Godot, and maintains a text list of "Stickies" in your project directory that is designed to be checked in to version control. Stickies are like tickets, but they're purpose agnostic and could be used to track tasks, bug reports, or notes. Sticky Scribe uses a human-readable json format that is friendly for manual editing and merging if necessary. Sticky Scribe has ma...

ThrowOut 3D hero image

ThrowOut 3D

by tomsart

FREE

Using physics in the editor, scatter lots of instances from a MeshLibrary that contains both meshes and colliders.You can convert spawned RigidBody3D objects to MeshIntance3D, MultiMeshInstance3D, or StaticBody3D instances.