All Gadgets

Showing 1,608 of 2,195 results
Page134 of 183
Eye Dropper - Palette swapper shader hero image

Eye Dropper - Palette swapper shader

by nadjiel

FREE

Eye Dropper is a shader (GDShader) that helps with quick color palette swapping easily customizable through shader parameters. This shader is a canvas_item type of shader that was meant, at least initially, to be used with CanvasItems nodes in Godot. Contributions are welcome to make a 3D version (To contribute, visit the GitHub repository, available in this page). With this shader, you can configure your palettes through textures or through color arrays, or even use both options, if it's mor...

String Enum hero image

String Enum

by phnixdev

FREE

A Godot addon that enables strings to be used as enum values. See the readme file for more information and the source repository for examples.

Dark Peace's BulletUpHell: BulletHell Engine (Godot 4) hero image

Dark Peace's BulletUpHell: BulletHell Engine (Godot 4)

by darkpeace

FREE

BulletUpHell is the world's most feature-packed BulletHell Engine! Trailer : https://youtu.be/L9ztZr9Ku2Q As a BulletHell dev myself, my aim is to create a plugin able to recreate ALL the attack patterns present in your favorite bullethell games with easiness of use and flexibility in mind. It takes care of everything related to bullet spawning : patterns, bullet properties, event triggering,... Features include complex bullet movement (from math equations to custom drawn paths), advanced hom...

Horror FPS Template hero image

Horror FPS Template

by thidiamond

FREE

Features Inventory Management: Players can collect and manage a variety of items within their inventory. Item Interaction: Items can be used or selected to interact with other elements in the game world. Crafting System: Players can craft new items by combining collected items according to specific recipes. Interactive Environment: The system includes interactive doors and drawers that can be locked/unlocked and opened/closed by dragging with the mouse. There is also a ladder and elevator sys...

3D Refraction Shader hero image

3D Refraction Shader

by nathanwarden

FREE

A basic 3D refraction shader that includes the following properties: Refraction Tint Specular Roughness Metallic/Reflection Optional normal map

SoftBody2D 2D hero image

SoftBody2D 2D

by ughuuu

FREE

A SoftBody2D is defined by a set of RigidBody2Ds and Joint2Ds used to simulate it and a Skeleton2D used to deform the texture. You can create multiple types of softbodies with this plugin, such as: - Bouncy softbody - Breakable/Deformable softbody - Softbody with hole

MagicaVoxel Importer 3D hero image

MagicaVoxel Importer 3D

by scayze

FREE

A Plugin for the GodotEngine to import MagicaVoxel's .vox format as meshes for Godot version 3.1! How-To: Install the Pugin using the Asset Lib. .vox files should be automatically imported. In case they are not, select them in Godot's file browser and navigate to the 'import' tab and press 'Reimport'. The .mesh file created doesn't have VertexColor as albedo enabled by default. So it might appear plain white to you. To enable them, add an SpatialMaterial to the Mesh and enable 'Vertex Color/Use As Albedo'. Have fun!

Assets Manager hero image

Assets Manager

by mazzel

FREE

This is a tag-based assets management tool that I'm developing for management of my many different assets. Key Features: Importing any file format Thumbnail generation for common 2D and 3D file formats (work in progress, only gltf/glb format is currentlly supported for 3D files) Automatic and configurable identification of different file types (2D graphics, 3D graphics, audio, etc.) Viewing and searching assets based on their name, tags, license or file type How to Use Use the import tab for ...

GMC: Media Controller for MPF hero image

GMC: Media Controller for MPF

by avanwinkle

FREE

The Godot Media Controller (GMC) is a display platform for creating pinball games using the Mission Pinball Framework (MPF). With GMC, pinball makers can use Godot as their graphics engine for robust screen content and media features on games built on MPF.

Dock Slot Expander hero image

Dock Slot Expander

by bypell

FREE

Editor plugin that allows you to expand any editor dock slot by hovering over it and pressing ctrl+space or the middle mouse button. Can makes browsing large scene trees/file structures easier.

Dice Syntax Godot4 hero image

Dice Syntax Godot4

by oganm

FREE

Godot 4 port of the Dice Syntax addon Functions for supporting a dice rolling syntax (eg "4d6d1!"). Allows for dice rolls and probability calculations. The syntax supports dropping high/low rolls, exploding/compounding dice, and rerolls. See https://github.com/oganm/dice_syntax_gd for a documentation

Physics Platformer Demo hero image

Physics Platformer Demo

by godotengine

FREE

This demo uses RigidBody2D for the player and enemies. These character controllers are more powerful than CharacterBody2D, but can be more difficult to handle, as they require manual modification of the RigidBody velocity. Language: GDScript Renderer: Compatibility