All Gadgets

Showing 1,560 of 2,199 results
Page130 of 184
WPGTK Theme hero image

WPGTK Theme

by bellsworne

FREE

This is a plugin for Godot Engine that was made to use with WPGTK tool available for Linux to change the editors color scheme. Technically speaking, it is a plugin that listens to the 'config/wpgtk-colors.txt' configuration file and updates the editor's theme accordingly, so in theory any application that can change the contents of that file will also work, but the installation guide here is only for setting it up with WPGTK.

VectorizeImage 2D hero image

VectorizeImage 2D

by unn47ur411y

FREE

VectorizeImage is a lightweight Godot editor plugin for converting 2D raster textures into vector-style meshes directly in the editor. Choose between Random, Edge, or Segment-based generation modes, tweak visual parameters like edge thresholds and dot spacing. The plugin outputs editable 2D meshes you can use in your game scenes — perfect for stylized visuals or abstract effects.

GodotLogger hero image

GodotLogger

by nines2b

FREE

JSON-formatted logger **Feature Highlights:** 1. **Flexible Log Levels:** With Log, you have full control over the level of detail you want in your logs. Choose from DEBUG, INFO, WARN, ERROR, or FATAL log levels to focus on what truly matters. 2. **Customizable Prefix and Arguments:** Personalize your logs by adding prefixes and custom arguments. Tailor your messages to suit your specific needs, making debugging a breeze. 3. **Automatic Log File Generation:** Log ensures that your logs are st...

Flexible Toon Shader hero image

Flexible Toon Shader

by atzuk4451

FREE

Original Addon for Godot 3 by CaptainProton42 ported to Godot 4 A flexible toon shader for the Godot Engine with many features: 🤸Flexibility through parameters like number of cuts/bands, steepness, and wrap 🎨 Supports custom color ramps 🌈 Affected by the colors of light sources and ambient light in the scene 💡 Allows for multiple light sources ⛱️ Supports shadows and attenuation ✨ Visual extras like specular reflections and rim lighting 🖼️ Supports textures for albedo a...

Project Statistics Menu hero image

Project Statistics Menu

by shadowmaster435

FREE

A customizable project statistics/file scanner.

Tooltips Pro hero image

Tooltips Pro

by hewplayfair

FREE

Advanced tooltip functionality for Godot 4.4+ FEATURES Tooltips Everywhere: Tooltips can be attached to any Control node, as well as 2D and 3D nodes. Customizable Layout: Set Alignment, Offset, and Overflow Mode to fully control how tooltips should be positioned, and adjust to overflowing the screen bounds. Origin Options: Anchor a tooltip to the node that triggered it, the mouse position, or any arbitrary position with a remote node. Nesting Tooltips: Put tooltips within tooltips, and trigge...

PlatformerController2D hero image

PlatformerController2D

by evpevdev

FREE

This is a platformer class with many tweakable settings which can be used to control a 2D character (think supermario 1). ##Features - Double jump - Coyote time - Jump buffer - Hold jump to go higher - Defining jump height and duration (as opposed to setting gravity and jump velocity) - Assymetrical jumps (falling faster than rising)

Run instance hero image

Run instance

by ghostnr1

FREE

When you develop a multiplayer game you need to start multiple instances of client and server. This addon will help you with this. You will be able to load tscn and kill the session if you need to.

Idle Queue hero image

Idle Queue

by zombiehartgames

FREE

Singleton script that will process methods during idle time on the main thread. The IdleQueue singleton places callables in a queue to be executed when the cpu is not busy, prioritizing the physics and main processes of the game with minimal effect on the frame rate. This allows methods to be run in the background on the main thread. (All member functions of this singleton are thread safe).

Point and Click Plugin hero image

Point and Click Plugin

by gagdiez

FREE

PACGD is a Point and Click system built with the user in mind. Our main goal is to make a FAST, LIGHTWEIGHT, and DEV-FRIENDLY system. The complete documentation alongside examples can be found on the website: https://gagdiez.github.io/PACgd/

GodotVolumetricRendering hero image

GodotVolumetricRendering

by geeketto

FREE

Volume rendering, implemented in Godot Engine.

Node Filtering hero image

Node Filtering

by raftatul

FREE

This tool allows you to filter nodes in the editor tree quickly (inspired by a post made by passivestar)