All Gadgets

Showing 1,284 of 2,195 results
Page107 of 183
Grappling Hook 3D 3D hero image

Grappling Hook 3D 3D

by lowrezcat

FREE

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 hero image

Limits

by neclor

FREE

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 hero image

Spin Wheel

by phamminhkha

FREE

Simple Spin Wheel

CineCam hero image

CineCam

by goldenpotato76

FREE

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 hero image

Terrain Shader

by acegiak

FREE

Split texture, stochastic sampling, triplanar projection shader for Godot4

Godot Project Folder Structure hero image

Godot Project Folder Structure

by chemscobra

FREE

A Godot addon to Create the folder structure for your projects.

Kane-FSM (Finite State Machine) hero image

Kane-FSM (Finite State Machine)

by kanethornwyrd

FREE

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 hero image

HighscoreManager

by kitchengames

FREE

### 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 hero image

Godot Touch Input Manager Demo - Godot 3.x

by mavcito

FREE

A simple demo that shows how to use the Godot Touch Input Manager (GDTIM) and its capabilities.

RTS 3D Camera 3D hero image

RTS 3D Camera 3D

by sehgel

FREE

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

Simple MultiMesh hero image

Simple MultiMesh

by thequietcroc

FREE

A quick and easy way to get multimeshes running.

Full Screen Effects hero image

Full Screen Effects

by ioannis

FREE

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....