All Gadgets

Showing 144 of 2,198 results
Page12 of 184
DaemonSide hero image

DaemonSide

by aviangames

FREE

A simple 2D Action Game. The Player can move and attack in 4 Directions. He can lose and collect Hearts through Enemys and floating Hearts inside a Level.

Noise Shader hero image

Noise Shader

by brantagames

FREE

This addon adds 4 CompositorEffects that can be added to cameras. These shaders take the color output of the camera and uses it to adjust their images. This creates an image that can only be seen while its playing. Cycling Noise: This effect cycles through different shades of white and black to create a cycling image. The brighter the input pixel, the faster the shader updates. Sliding Noise This effect moves pixels every frame to create a sliding effect. All moving pixels move at the same ex...

Indie Blueprint Save hero image

Indie Blueprint Save

by ninetailsrabbit

FREE

This save system provides a convenient way to manage save files in your Godot project. It leverages the IndieBlueprintSavedGame resource, which can be extended for your specific game data

3DCamera for Fighing Game hero image

3DCamera for Fighing Game

by gatitomimoso

FREE

Camera 3D that follows Characters on the stage. This plugin supports regular movement (forward, backward and vertical), lateral movement (side steps), detects side changes (cross-ups and cross-unders). Also interpolates its translation for a smooth camera movement. The "FM" slot refers to the "Fighter Manager" node of your Characters, such "FM" node can be a "Node3D" that must have an Script attached to it; That Script must have declared 2 String variables called "current_sidePJ1" and "curren...

JiggleBones (4.0) 3D hero image

JiggleBones (4.0) 3D

by devatme

FREE

This is an addon that adds jigglebones to Godot 4.x. Jigglebones are bones that jiggle when the skeleton moves. They are used for procedural animation, so you can move only the important parts of the skeleton and the little bits will automatically jiggle with it. See the GitHub page for a detailed guide on how to use it in your project: https://github.com/yaelatletl/godot-jigglebones/blob/master/README.md Originally by BauxiteDev, current version includes upgrades and changes by Cory Petkovse...

2D Revealer hero image

2D Revealer

by delvhariant

FREE

Provides tooling to quickly reveal/conceal canvas items in Godot. Used to emulate depth in 2d games eg entering buildings in side scrollers.

Starter Kit FPS hero image

Starter Kit FPS

by kenney

FREE

Starter Kit FPS is a basic template for a 3D first person shooter in Godot 4.3 (stable). Includes features like; - Character controller - Weapons, switching weapons - Enemies - Sprites and 3D Models (CC0 licensed) Controls: - W A S D: Movement - Spacebar: Jump - Left mouse button: Shoot - E: Switch weapon

Fluent Translation hero image

Fluent Translation

by redmser

FREE

Translate your project with Mozilla's Fluent translation system. Download currently only contains a Windows and Linux build. FTL Syntax Guide: https://projectfluent.org/fluent/guide/ This is the "Default" version of the add-on, which is known to work with Godot v4.3 or newer. You can alternatively use a "Forked" version, which has better engine integration, but requires using a custom Godot build. See the README for more details.

Smoother: physics interpolation node hero image

Smoother: physics interpolation node

by suikadorobo

FREE

A node type that smoothes scene nodes' properties by interpolating _physics_process steps. IMPORTANT NOTE: Since Godot 4.3 Beta 1 you can find built-in physics interpolation for 2D in `Project settings > Physics > Common > Physics Interpolation`. Physics interpolation for 3D is being worked on and should make it into a future release. See https://godotengine.org/article/dev-snapshot-godot-4-3-beta-1/#2d-physics-interpolation . If you can use a Godot version with built-in physics interpolation...

GodotHub hero image

GodotHub

by windastella

FREE

Multiplayer and network messaging Server for Godot. The Godot Client code are in written as class which can be instanced through script. The main idea of GodotHub is to have a thin server that only handle the connection and broadcast the data to channel(lobby). GodotHub : GodotHub NodeJS Server

GodotIRC hero image

GodotIRC

by alexhoratio

FREE

An IRC bot in Godot, based on code from https://github.com/TheDuriel/GDTwitch .

Godot Easy Vehicle Physics hero image

Godot Easy Vehicle Physics

by dashoe

FREE

A physics based vehicle controller designed to play well on a keyboard and be easy to configure. All parameters are contained in one script (vehicle.gd) and tooltips are provided for all of them. 4 example vehicles are included: demo_arcade.tscn: Handles similar to an arcade style race car, lots of grip, easy to control, and lots of assists. demo_simcade.tscn: Handles closer to a real car with assists to help keep the car under control. demo_monster_truck.tscn: Handles like a monster truck, w...