All Gadgets

Grappling Hook 3D 3D
by lowrezcat
This is a simple, yet customizable tool that makes it very easy (18 sec) to implement a grappling hook in your 3D FPS game. Check out the example scene or README.txt to get started.

Limits
by neclor
Adds constants and utility functions for numeric limits. Methods Variant max_value_of(type: Variant.Type) static Variant min_value_of(type: Variant.Type) static Example func example() -> void: print(Limits.INT_MAX) # Prints 9223372036854775807 print(Limits.INT_MIN) # Prints -9223372036854775808 print(Limits.max_value_of(typeof(123)) # Prints 9223372036854775807 print(Limits.min_value_of(typeof(123))) # Prints -9223372036854775808

Spin Wheel
by phamminhkha
Simple Spin Wheel

CineCam
by goldenpotato76
CineCam is a plugin that provides a simple but powerful method to deal with multi-camera systems and animating camera transitions. It aims to allow the user to replicate real life cinematographic movement in 3D scenes, offering advanced camera control and a transition systems integrated seamlessly with the Godot Editor.

Terrain Shader
by acegiak
Split texture, stochastic sampling, triplanar projection shader for Godot4

Godot Project Folder Structure
by chemscobra
A Godot addon to Create the folder structure for your projects.

Kane-FSM (Finite State Machine)
by kanethornwyrd
Flyweight, Easy Implementation, Code over UI, Brevity over Features Finite State Machine. ## Features - simple setup: inheritance for everything - documented: everything is commented, and delivered with working example - "auto-magic": few small helpers here and there ## Workflow 1. Download and Install from the Asset Store OR git clone this repo in your project OR download and unzip in your project OR do whatever to get your hands on the kane-FSM folder 2. Check the example folder code 3. Do ...

HighscoreManager
by kitchengames
### Online Services by kitchen-games.de are currently not running!### This tool allows you to easily save and load highscores locally and on a global leaderboard, using a simple highscore api hostet by kitchen-games.de. it contains: - saving and loading from a server - synching global and local score (in case the player played offline the last time) - saving the score encrypted to prevent cheating - generating of random usernames for the leaderboard - saving and loading completely local possible

Godot Touch Input Manager Demo - Godot 3.x
by mavcito
A simple demo that shows how to use the Godot Touch Input Manager (GDTIM) and its capabilities.

RTS 3D Camera 3D
by sehgel
These are a couple of scripts for controlling a configurable 3D Camera for RTS games.

Simple MultiMesh
by thequietcroc
A quick and easy way to get multimeshes running.

Full Screen Effects
by ioannis
This Screen Effects addon is created specifically for 3D projects. It includes a variety of full-screen effects, supports multiple instances for each effect, and features a smooth fade system for seamless transitions. An example project is included to help you get up and running quickly. Features: - Radial Blur - Screen Blur - FOV Shake - FOV Fade - Screen Shake - Fade from/to Color - Motion Blur - Multiple Instances: Multiple instances of each effect can be added and controlled individually....