All Gadgets

Showing 264 of 2,194 results
Page22 of 183
Event Bus hero image

Event Bus

by linusminus

FREE

The Event Bus plugin provides a centralized event management system for Godot 4 projects. It allows nodes to communicate with each other by emitting and listening to events without needing direct references, promoting decoupled and maintainable code architecture. It also features a toggleable UI to monitor events and listeners in real-time during gameplay for easier debugging. Event and listener data are saved after the game exits and can be reviewed after gameplay.

XR Debug Konsole Plugin hero image

XR Debug Konsole Plugin

by asturnazari

FREE

A Godot plugin to print Label3D messages in front of the XRCamera If you like 'tracing debugging', 'print debugging' or whatever name you prefer to do debugging with print statements inserted in your code, this will help you not to be taking off your XR headset to check the console.

Godot AI Kit hero image

Godot AI Kit

by ryash

FREE

A library of AI algorithms written natively in GDscript. Includes support for: 1. Simple Neural Network and Neural Net 2. Neural Network Advanced (Multi-Layered Neural Network) with SGD and ADAM optimisers 3. Minimax Algorithm 4. Q-Learning Algorithm (and SARSA) 5. Deep Q-Networks (DQN) [Only for discrete action spaces] 6. Convolutional Neural Networks (For Image recognition and processing)

Majordomo hero image

Majordomo

by benjatk

FREE

Push builds to itch.io with a single click of a button from the editor

SimplestGodRay3D hero image

SimplestGodRay3D

by relo

FREE

A custom Node3D for Godot 4 that creates efficient, stylized light shafts (aka god rays) using a single QuadMesh and a shader. It provides an artistic alternative to volumetric fog with much better performance and visual control.

VNDS-GodotPlugin 2D hero image

VNDS-GodotPlugin 2D

by lb357

FREE

VNDS GodotPlugin - plugin for Godot containing an visual novels engine (Visual Novel Development Studio)

SmoothPixelSubViewportContainer 2D hero image

SmoothPixelSubViewportContainer 2D

by apples

FREE

A variant of SubViewportContainer that provides a smooth camera and anti-aliasing for pixel-perfect games.

Wraparound side scrolling shooter Defender style hero image

Wraparound side scrolling shooter Defender style

by jsolde

FREE

This asset shows one way to build with Godot a 2D space shooter side-scrolling game with a wraparound world, like the one in the classic Defender arcade game. More details here: https://github.com/JSolde/Godot-demo-2D-Side-Scrolling-and-Wraparound-Shooter

Direct Dictionary Edit hero image

Direct Dictionary Edit

by heppocogne

FREE

The default inspector of Dictionary property requires a lot of manipulations to add, edit, and remove key-value pairs. This addon allows you to edit a Dictionary property with text.

BurtTree hero image

BurtTree

by studiomelleder

FREE

Fast, simple and easily extendable Behaviour Tree plugin for Godot 4.x Mono.

Audio Mixer Visualizer hero image

Audio Mixer Visualizer

by mordi

FREE

This tool draws the audio mixer buses at the bottom of the screen during runtime, along with any effects. The output is visualized in meters, with max peaks displayed in decibels for a few seconds. Intended for debugging. Originally created for the Transmogrify game project by Odyssey Entertainment.

TileMap-BleedGenerator 2D hero image

TileMap-BleedGenerator 2D

by nekolumbia

FREE

A plugin to generate bleed for all tiles of a tilemap texture. Select a texture in the FileSystem, open it in the inspector, set the tile size and bleed thickness and press "Generate Bleed Image...". A new Image will be generated in the same location. The tilemap-textures size has to be dividable by the set tile size.