All Gadgets

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.

Blender 3D Shortcuts
by imjp94
Blender's 3D transforming shortcuts in Godot This version is only compatible with Godot 4.x, check out godot3(https://github.com/imjp94/gd-blender-3d-shortcuts/tree/godot3) branch for older version Features - Transform with "G", "R", "S" keys and "H" key to hide - Revert transformation with "ALT" modifier - Visualize constraint axis - Work seamlessly with Godot Spatial Editor settings("Use Local Space", "Use Snap", "Snap Settings") - Type transform value - Switch display mode with "Z" Shortcu...

Polygon2d Generator 2D
by vyshliy
Automatic generation of internal points and polygons for Polygon2d

PythonScript
by touilleman
/!\ This module requires to restart Godot once installed /!\ Introduction ------------ This is a beta version of the Python module for Godot. You are likely to encounter bugs and catastrophic crashes, if so please report them to https://github.com/touilleMan/godot-python/issues. Working features ---------------- Every Godot core features are expected to work fine: - builtins (e.g. Vector2) - Objects classes (e.g. Node) - signals - variable export - rpc synchronisation On top of that, mixing G...

VisualFSM
by shoulddev
A visual finite state machine editor plugin for Godot. (alpha) Features: - Visualize and edit your finite state machines with this intuitive editor. - Trigger based transitions to simplify your states' logic. - Use prebuilt triggers, or script your own. - Minimal setup required. Just add a VisualFSM node below the node you want controlled and start building your graph! This tool is still in alpha. If you encounter issues or would like to propose changes, submit an issue on github: https://git...

GDCastleDB
by arlez80
A CastleDB loader for GodotEngine 3.