All Gadgets
Websocket Lobby Demo
by pleyland
Updated version of the Websocket Demo for 3.0
TerrainCrafter for Godot 4 3D
by gegfairbear8974
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
by jeremybeier
Minimal test setup for Godot, made for use in my projects.
Monstercollector2.5D.demoGodot
by bigsunday
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
by drejzer
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...
Godot Blender Importer
by rcorre
This is a plugin for Godot 3.4 to directly import blender source files without needing to (manually) export to an intermediate format. Just save a `.blend` file, and open it as a scene in Godot! The `blender` executable must be on your `PATH`.
ProtoShape - Gizmos and CSG Extension Shapes - Stairs, Ramps 3D
by illyan
ProtoShape is a Godot plugin that adds a library of dynamic shapes like ramps and stairs to quickly block out your maps and iterate on your ideas. ProtoShape is relying on the built-in CSG shapes to generate custom stairs/ramps. Custom dynamic nodes can also be created using the ProtoGizmo system.

GDMosquitto
by jferdelyi
This plugin is deprecated, use GDPaho instead here: https://github.com/GDWired/GDPaho or on the asset store (pending, the link coming soon) Mosquitto library implementation for Godot3.5.1. This plugin provides methods to communicate using the MQTT protocol. MQTT is a lightweight, publish-subscribe, machine-to-machine network protocol for message queuing services.
Nemesis STG Engine 2D
by jamesthe1
Nemesis is an addon/engine that makes sh'mup development easy. Whether you need to create a wave of enemies that explode when destroyed, or a player that can pick up weapon options, all you need are this engine's resources. Requires Godot Mono.
gdunzip
by jelle
Gdunzip is a zip file browser/decompressor written entirely in a single GDScript file. You can use this in games you're building with the Godot game engine. This script is meant for modest zip decompressing purposes, since the inflate algorithm it contains isn't super fast and gdunzip doesn't do CRC checks of the uncompressed files. However, gdunzip works fine if you only need to decompress small files, or when your zip files contain precompressed files like png's. In order to create gdunzip,...
3D Text Plugin
by sisilicon
This plugin gives you the capability of creating real time 3D text. Please read the included README for more information. The Latest Update now exposes the emission property and normalizes the text size so that the default letters now match up more closely to a unit. It should also now be compatible with GLES 2.
Graph2D
by ld2studio
Graph 2D is an addon able to display curves in your user interface in a very simple way. - Display several plots on the same graph. - Supports curve thickness and color. - Customizable chart axes (axis label and grid). - Real-time plotting. - Works with all renderers. - Works on desktop platforms and HTML5 (others target were not tested). - Documentation included with the plugin.