All Gadgets

Vector2 Array Resource Editor 2D
by quantumpilotracer
Godot plugin that allows to edit PackedVector2Array as a polygon in the 2D scene view. This plugin provides a new resource Vector2ArrayResource which contains a property data of PackedVector2Array type. The Vector2ArrayResource is a wrapper for PackedVector2Array. When this resource is added to a node, and it is active, the plugin will provide functionality for easy editing data of the array.

Radial ProgressBar 2D
by kameloov
Radial progress bar with customizable values like radius, thickness , color,....

Flex Container
by nif
An adjustable flex container. It moves from left to right and top to bottom. By applying max rows and columns, blocks can be added as placeholder for control nodes. Sizing for blocks are represented by row(x) and column(y). See included test scene for implementation example.

Google Play Games Services Plugin for Godot
by studioadriatic
This is an Android Play Games Services plugin for Godot Game Engine 3.4

Gemini Protocol
by mocha
Make requests with the Gemini protocol (https://geminiprotocol.net/) & easily parse gemtext documents. Note: does NOT work with godot 4.3! all other godot 4 versions work as expected

3d Maze Generator
by mojoyup1528
Not for 4.0+! It is a plugin that you select the size of map you want (square map size only atm), and generate. Due to limitations in the editor, it will only generate up to about a 40 x 40 meter maze, which actually is intense! You should try it :)Once generated, it will perform algorithms so create a closed wall system for paths where only a single path will get you to the area of your selected finish. There are two meshinstances that mark the general areas of start and finish. Forward or b...
ProjectileOnCurve2D
by mero
Create 2d projectiles that move toward the target on a curve with gravity param to adjust the slope of the curve For more information navigate to: https://github.com/MeroVinggen/Godot-ProjectileOnCurve2DPlugin

DarkPeace's SuperSpector : Improve the Godot inspector
by darkpeace
SuperSpector adds an easy way to select a set of properties in the inspector and copy them to another node. No more copying properties one by one, no more duplicating nodes and then having to change back a bunch of things and no more mistaking copying ressources by reference instead of deep copy. It works by adding a checkbox next to all properties in the inspector and by adding a bunch of select/copy/paste actions via a context menu to speed up your workflow. It's very easy to install and us...

Godot Plushie Viewport Pet
by kosro
Adds a cuddly companion to your viewport, much like a desktop pet! If you leave them alone for a while, they might get sleepy... Sprites by SplendidDog on itch.io!

gd-plug - Plugin Manager
by imjp94
Minimal plugin manager for Godot This version is only compatible with Godot 4.x, check out godot3(https://github.com/imjp94/gd-plug/tree/godot3) branch for older version Install with gd-plug-ui(https://godotengine.org/asset-library/asset/1926) to manage plugins in editor. - Minimal No dependencies other than Godot and git - Self-contained One script to run them all - Zero learning curve Config file written in GDScript - Version freeze Freeze plugins by branch, tag or commit - Reduce remote re...

rTexPacker SpriteSheet Importer 2D
by alfredbaudisch
A Godot importer for spritesheets with the rtpb atlas descriptor file format created with rTexPacker.

Material Testers Demo
by godotengine
This demo includes many sphere-like objects with complex materials, for the purpose of showcasing Godot's rendering capabilities. This demo was featured at the beginning of the Godot 3.0 trailer: https://www.youtube.com/watch?v=XptlVErsL-o Language: GDScript Renderer: Forward+