All Gadgets

Showing 1,764 of 2,195 results
Page147 of 183
Novatools (for Godot and up) hero image

Novatools (for Godot and up)

by novadc

FREE

A collection of base classes and static functions used in multiple plugins made by NovaDC.

Godot Pixelmatch 2D hero image

Godot Pixelmatch 2D

by lihop

FREE

Ported from pixelmatch (https://github.com/mapbox/pixelmatch), this is a small, simple and slow GDScript pixel-level image comparison library. - Allows you to count how many pixels differ between two images and can generate a new image with customizable colors to highlight these differences. - Has a tunable threshold property and the ability detect and ignore anti-aliased pixels.

Signal Lens hero image

Signal Lens

by yannlemos

FREE

A Visual Debugger for Signals Supports Godot 4.3 and 4.4 versions. Features - Click on a node in the remote scene tree and instantly view all its signals' connections. - View signal emissions in real-time as they are emitted in-game. - Select and rearrange a graph view to inspect your signal connections. - Keep signal emissions so you can inspect them later. - Modify the signal emission speed so you can fine-tune the experience for your debugging purposes. - Supports inspection of built-in and custom signals. - Supports inspection of built-in nodes, custom nodes and autoloads — if it's in the remote tree, you can inspect it. - Draws both anonymous and named callables that are connected to a signal. - Log every signal emitted. - Inspection of Object, RefCounted and Resource types not supported (yet!)

Resource Databases hero image

Resource Databases

by darthpapalo

FREE

Resource Databases is a Godot 4 plugin that aims to solve the data management problem inside your projects. While it makes more sense to use this plugin for medium/large projects, it is still useful for any kind of development. For more information check the wiki in the GitHub repository.

Godot4xCalculatorButton hero image

Godot4xCalculatorButton

by buckwildgames

FREE

A addon that adds a calculator button to Godot

BitText hero image

BitText

by error27

FREE

This plugin allows you to create a BitmapFont from an image file. Settings do not save, as these are just abstractions from the settings used on the font resource. Check the README.md file for instructions to use the plugin.

TODO 4 hero image

TODO 4

by vacui

FREE

Keep your ideas and notes directly in your Godot projects!

AI Assistants For Godot 4 hero image

AI Assistants For Godot 4

by grandpaej

FREE

A professional-grade AI coding assistant plugin for Godot 4 that transforms your development workflow with advanced features, responsive design, and enhanced markdown highlighting.

TimeRewind2D 2D hero image

TimeRewind2D 2D

by infinitani

FREE

TimeRewind2D is a plugin for the Godot engine that allows developers to implement time manipulation mechanics in 2D games. It enables the rewinding of specific properties of 2D objects, pausing the processing of selected nodes during rewinds, and provides the foundation for creating areas with customized time flow (work in progress). This plugin offers an easy way to add time-based features to your project, such as reversing object movements or creating time-stopping effects.

Godot Meta Toolkit Demo hero image

Godot Meta Toolkit Demo

by w4games

FREE

A demo showing how to the Godot Meta Toolkit, which exposes the Meta Platform SDK and provides other tools for XR development on Meta's platform. See the documentation here: https://godot-sdk-integrations.github.io/godot-meta-toolkit/

Import Cleaner hero image

Import Cleaner

by tumbolisu

FREE

This plugin cleans up orphan files in the res://.godot/imported directory. This is an updated version of "Import Cleaner" by zaevi: https://godotengine.org/asset-library/asset/813 More information can be found at: https://github.com/Tumbolisu/ImportCleaner

GodotPromise (Javascript Promise) hero image

GodotPromise (Javascript Promise)

by soulstogether

FREE

Provides functionality to control and sync coroutines with Promises similar to JavaScript. Is functional signals, functions, other Promises, and all other types. Compared to other Promise types on the Library, this type's [Modular Inner Classes] allow for easy to customize and extend Promise logic. Feel free to compactly and efferently create any functionality to handle multiple or a single coroutine(s).