All Gadgets

Google Spreadsheet
by deflinhec
A plugin written in GDScript which downloads google spreadsheet with Google Sheet api v4. Support minimum file patch with dedicate gsx2json-go service. https://github.com/deflinhec/gsx2json-go

3D Gallery
by citizenken
3D Gallery is a Godot 4+ plugin that makes viewing imported 3D models easier. Rather than clicking on each model to view it in the import popup, or adding it to a scene, 3D Gallery allows you to quickly scan through your filesystem previewing each model. This comes in handy when you have a large number of models and want to flip through them quickly (ex. after purchasing an asset library). 3D will walk your project directory, looking for any Godot-supported 3D model formats: * .blend * .obj *...

Blankit
by yukonmakesgames
Wrap your Godot game project in a cozy Blankit! An all-in-one framework for making games in the Godot Engine, Blankit contains a ton of tools to allow you to jump straight into actually building your game, without worrying about common systems. More information can be found at blankit.tools!

Simple Format On Save
by ducviet321
Automatically formats GDScript whenever you save it, without installing gdtoolkits.

LineEdit auto-complete menu node
by lenrow
Custom Node in the godot engine. Configurable with a LineEdit to create an auto-complete menu.

Font Auto Size Labels
by lescandez
Tool that adds Labels with text autosizing capabilities. Find the instructions in the Github repo. For Godot 3.6.x

Dynamic Camera System
by skooterkurt
This plugin lets you: * dynamically tween between camera position * and/or smooth follow a node of your choise * and/or look at a node of your choise (called watch to avoid naming conflicts with Godots built-in method) See the Demo scene in addon folder. Find the documentation at https://github.com/FilipLundby/DynamicCameraSystem

Exponaut - Nonlinearity and strategic scoring based platformer
by pawlogates
After you finish playing, consider giving me some feedback through discord, or going to C:\Users\YOUR USER NAME\AppData\Roaming\Godot\app_userdata\Exponaut v0.9 and sending me all of the "input_log.json" (gameplay playback) files you find there! My discord name is pawlogates, thanks! Press the ` (tilde) key to open debug options menu and Shift + ` for debug mode, then Ctrl + C for debug movement. This project is a (work in progress) 2d platformer with advanced saving/loading support, nonlinea...

WAV File Reader
by katieampersand
A simple reader for .wav files that allows you to load most .wav files from the user's file system. It includes simple error handling features for both file system errors as well as WAV parse errors. This plugin uses a simple parser to know where the audio data starts, instead of naively assuming that this data will be found at byte 44 (which is not guaranteed). Features: * Load most .wav files into godot from outside the res:// directory * Simple error handling for those who want their .wav ...

Sprite3DPlus for Godot 3D
by bluemaster
Add extra sprite3D extras to godot with additional functions.

PointMaker 2D
by f1dg3t
PointMaker is a simple Godot addon that adds a configurable PointTrigger node for triggering sounds, animations, or scene changes when a player or object enters a defined area. It’s ideal for creating interactive zones and transitions in 2D games.

Scene Notes
by need12648430
This dock will allow you to document your scene hierarchies and usage. It's a simple text editor for recording notes about whatever scene you're editing. Supports both 3.0 and 3.1. More info: https://github.com/need12648430/godot3-scene-notes