All Gadgets

Showing 1,200 of 2,195 results
Page100 of 183
SimpleFSM hero image

SimpleFSM

by visnicio

FREE

Godot 4.x simple FSM implementation for gdscript purists

Godot Speech Recognition hero image

Godot Speech Recognition

by uvgprojects

FREE

Scripts and a sample demo project for speech recognition in Godot 4 that should work across most platforms. Tested in Windows and Steam deck (linux).

Example Project 01 hero image

Example Project 01

by robporter

FREE

This small project was produced entirely in less than 48 hours upon request of a prospective employer. Simple demonstration of various basic features of the Godot engine. These include: -- Multiple camera angles -- Character control -- Dynamic spotlights -- Wave shader -- Animations -- Basic physics setup -- Actions triggered by collisions Playable browser version at: https://robporter.itch.io/example-project-01 Source code available at: https://github.com/rwp80/ExampleProject01

2D Platformer Toolkit hero image

2D Platformer Toolkit

by finnpckrt

FREE

This template allows you to create a simple 2D Platformer by dragging and dropping the things you want into the scene. It's as simple as Mario Maker

Worldmap Builder - Skill Trees and Level Select Menus hero image

Worldmap Builder - Skill Trees and Level Select Menus

by dontnowe

FREE

Addon for creating skill trees and level selection menus, with an in-viewport editor. Features: - Paths: lines, arcs, and Bézier curves, to connect into big graphs - Single-object graphs with a custom arrangement of points and connections - Move points right in the editor viewport, with snapping and a right-click menu - Deactivation/refunding of points with a safety check for disconnections - Can hide points that aren't adjacent to activated points, instead of just making them greyed out - Ca...

Simple Free-Look Camera hero image

Simple Free-Look Camera

by aloivmada

FREE

A simple 3D 100-line free-look camera for Godot 4 that mimics some of the functionality of the editor's camera for in-game use. See the "godot-3" branch on the GitHub repo for a version that works with Godot 3. Use W and S to move forward and backward. Use A and D to move left and right. Use Q and E to move up and down. Roll the scroll wheel to increase and decrease movement speed. Hold down the right mouse button to rotate the camera. There's a slider in the editor to control mouse sensitivi...

Script Search hero image

Script Search

by brunobr

FREE

This plugin provides a quick and easy way to search for scripts with custom search parameters. You can blacklist certain directories and specify allowed extensions. > How to Use Press Ctrl + P to open the Search Window. (You can change this shortcut). Navigate with Up / Down Arrows and press `Enter` to select a file. The file will open in the script editor. > Changing the Configurations Click the config button on the Search Window. This will open the Configuration Window, where you can change...

Websocket Lobby Demo hero image

Websocket Lobby Demo

by pleyland

FREE

Updated version of the Websocket Demo for 3.0

TerrainCrafter for Godot 4 3D hero image

TerrainCrafter for Godot 4 3D

by gegfairbear8974

FREE

This is a procedural terrain generator that emphasizes ease of use and performance. It will create an infinite landscape around the player ship that will continue for as long as you keep flying, with the only limits being floating point errors from traveling too far away from the origin. Future plans include chunk pooling, and origin reset for truly infinite flying, and optimization of generation to reduce sharp edges. **UPDATE V1.1.0** This update introduces multi-threading for terrain gener...

jTest hero image

jTest

by jeremybeier

FREE

Minimal test setup for Godot, made for use in my projects.

Monstercollector2.5D.demoGodot hero image

Monstercollector2.5D.demoGodot

by bigsunday

FREE

Hi, it all started when I discovered pokemon xenoverse, and while it set standards for pokemon fangames, it also disappointed me. It took me a while to figure out what didn't work for me, then I realized, it was two-dimensional. It took me a while because I'm new to Godot, but I hope this demo can be useful for others to create pokemon fangames without resorting to hacks.

FloorArchitect hero image

FloorArchitect

by drejzer

FREE

Godot plugin for generating dungeon floor layouts for rogue-lites like BoI or Moonlighter. Adds new nodes "Base" nodes do not generate levels on their own, they are set up for inheritance. "Sampler" nodes first generate a Maze in their setup(seed:) function and then sample parts of the maze. the generated layout is stored in "cells" member as a dictionary of CellData structures, addressed by their positions on the grid. Utils provides static methods for: getting all dead ends and crossroads g...