All Gadgets

Showing 372 of 2,195 results
Page31 of 183
Custom "Play Scene" button hero image

Custom "Play Scene" button

by fabianlc

FREE

Hides the "Play Scene" button and adds a custom button, useful for games with custom scene switching, I personally use this to make sure playing a scene from the editor is the same as loading it normally in the game. The plugin sets a project setting to the scene that has to be played and then runs the game normally from the main scene, you have to load the scene manually in your code using this project setting. The project setting used to store the scene path is "application/run/custom_first...

Waterways .NET (River Generation Tool) 3D hero image

Waterways .NET (River Generation Tool) 3D

by tshmofen

FREE

It is a port to Godot 4/.NET 8.0 of a tool to generate river meshes with correct flow based on Bezier curves. Features 1. Procedural river mesh generation using Bezier curves with width and in-out direction settings. 2. Extensible water flow settings. 3. Adjustable subdivision and smoothing settings. 4. Special tool for river editing supporting snapping, local/global editing, axis-mapping, etc. 5. Special node for easy water floating setup that provide water height and flow direction on any p...

Ultimate Retro Shader Collection hero image

Ultimate Retro Shader Collection

by zorochase

FREE

WARNING: if you're upgrading from any version prior to 1.4.0, you MUST follow the steps outlined in the link below. If you don't, your materials WILL break, and you'll have to fix them all MANUALLY! You only need to follow these steps once -- subsequent versions will not be reorganized again. https://github.com/Zorochase/ultimate-retro-shader-collection?tab=readme-ov-file#upgrading-from-v13--to-v14 -- -- -- Ultimate Retro Shader Collection (URSC) brings PlayStation, Sega Saturn or Nintendo 64...

FPS multiplayer template hero image

FPS multiplayer template

by dahoom

FREE

An FPS multiplayer template with everything you'd need to get started. Includes a full map with custom 3d assets. Features: - Multiplayer - Full map with custom assets - Controller support (including menus) - Cinematic Main menu - Pause menu - Options menu with: - Fullscreen - Fps and ping counters - Mouse and controller sensitivity - Bullets wall collision - Random respawn on map - Adjusted light and environment ("better graphics") QOL: - Configurable random respawns Player > Inspector > Spa...

Editor Icons Previewer hero image

Editor Icons Previewer

by xrayez

FREE

This plugin adds ability to preview all available icons in Godot Editor. Can be used to facilitate the process of developing Godot editor plugins without the need to import custom icons or any other design purpose. To display icons, go to `Project > Tools > Show Editor Icons` or use `Alt+I` shortcut.

Aircraft hero image

Aircraft

by wmigor

FREE

This plugin adds wing physics to VehicleBody3D via the VehicleWing3D node.

Role Playing Game (RPG) Demo hero image

Role Playing Game (RPG) Demo

by godotengine

FREE

This shows a method of creating grid-based movement with Godot and GDScript. It also includes a simple JRPG-style dialogue and battle system on top of it. Language: GDScript Renderer: Compatibility

Godot GameJolt API hero image

Godot GameJolt API

by ironbrandon

FREE

Adds a simple GameJolt API class. Make calls to the API and easily handle them using full offline documentation for all functions. The GameJoltAPI node extends from HTTPRequest. Click "View Files" for more info! Installation: - Click "Download" on this addon then "Change Install Folder" - Create folder "res://addons/gamejolt_api", choose it, and click "Install". - Next, go to Project > Project Settings... > Plugins and enable the "GameJolt API" plugin. - Finally, reload your project.

GodotVersion for Godot3.5 hero image

GodotVersion for Godot3.5

by gregorein

FREE

The GodotVersion plugin makes it easier to manage version updates for your Godot projects. It works with GitVersion and a git pre-commit hook to update the project version automatically when a build is started - both for debug and exports. This plugin can be used for both game and non-game projects.

Constructive Solid Geometry (CSG) Demo hero image

Constructive Solid Geometry (CSG) Demo

by godotengine

FREE

This project showcases the various constructive solid geometry features supported by Godot. CSG can be used to prototype level designs within the 3D editor: https://docs.godotengine.org/en/stable/tutorials/3d/csg_tools.html Language: GDScript Renderer: Forward+

Multirun For Godot 4 hero image

Multirun For Godot 4

by xiezi5160

FREE

Multirun allows starting multiple game instances at once. The main purpose of this feature is to speed up multiplayer game development. One game instance can be configured to host the game and others to join. Upgrade to Godot 4.2+.

Orbit Camera hero image

Orbit Camera

by mrdev023

FREE

Godot Orbit Camera This plugin adds an OrbitCamera node in the Godot Editor. Usage: In the Editor 1. Enable OrbitCamera plugin in Project Settings > Plugins 2. Add Node3D node (used for rotating the camera) into current scene 3. Add OrbitCamera as a child of the Node3D node 4. Set Anchor Node property of OrbitCamera to the Node3D node Controls (Mouse) 1. Hold Left Mouse Button to orbit around the Anchor Node 2. Mouse scroll wheel to change the distance to Anchor Node Controls (Touch) 1. Singl...