All Gadgets

Showing 1,812 of 2,199 results
Page151 of 184
SamplePlayer hero image

SamplePlayer

by thecowohboy

FREE

Sample Player for the Godot Game Engine.

Compute Texture Demo hero image

Compute Texture Demo

by godotengine

FREE

This demo shows how to use compute shaders to populate a texture that is used as an input for a material shader. When the mouse cursor isn't hovering above the plane random "drops" of water are added that drive the ripple effect. When the mouse cursor is above the plane you can "draw" on the plane to drive the ripple effect. Technical description: The texture populated by the compute shader contains height data that is used in the material shader to create a rain drops/water ripple effect. It...

Beautify Code on Save hero image

Beautify Code on Save

by nuevocharrua

FREE

Automatically formats and lints GDScript files on save using gdformat and gdlint.

Simple Snake hero image

Simple Snake

by komeilshahmoradi

FREE

Simple snake game in godot 3.3.3

Kehom's Addon Pack hero image

Kehom's Addon Pack

by kehom

FREE

A collection several addons, which include: - Several UI widgets - Simplified database - Debugging tools - Networking system - Inventory system - Audio playback

Procedural Scene Generator 2D 2D hero image

Procedural Scene Generator 2D 2D

by ferris

FREE

A tool using noise and TileMapLayers to spawn scenes in a random pattern.

SpriteStack2D 2D hero image

SpriteStack2D 2D

by oluwer

FREE

Adds a node that allows to add sprite stacking to your game

Minos UUID Generator hero image

Minos UUID Generator

by minoqi

FREE

A UUID generator for Godot Engine, with 1.295×10^50 combinations it'll work for any sized game, never having to worry about running out of unique IDs! Automatically stores new UUIDs and removes old ones.

JsonClassConverter hero image

JsonClassConverter

by eitanbariboa

FREE

Simplify your JSON and class interactions! jsonClassConverter effortlessly stores JSON data, converts between JSON and class objects, and instantly loads JSON into usable classes. Streamline your development and data handling with this essential tool.

Visual Shader Parallax Mapping Node hero image

Visual Shader Parallax Mapping Node

by foyezes

FREE

This node outputs UV based on height map for Simple Offset Mapping & Parallax Occlusion Mapping.

Stream Comment hero image

Stream Comment

by velop

FREE

A small Godot plugin to make automated code comments easy. This was made with automating code comment point redemption on Twitch in mind. ----------- Behaviour ----------- Once called, StreamComment.comment will insert a comment into the currently active script, the line above where the cursor is located. If there is enough interested, other methods will be added to do things like randomly insert to the current script, or insert into any open script. To avoid annoyances while programming, Str...

Debug Start Screen hero image

Debug Start Screen

by jsingla

FREE

This is a menu that automatically hides when the file start.json is not in the package. It's useful to jump into scenes that requires some preparation, or similar stuff