All Gadgets
Threaded Loading Demo
by godotengine
This demo demonstrates how to use ResourceLoader for background loading. See documentation on using multiple threads: https://docs.godotengine.org/en/stable/tutorials/performance/using_multiple_threads.html Language: GDScript Renderer: Compatibility
BloodyLogger
by alexvalder
Simple extensible logger for Godot 4.x. Comes with default console writer and error file writer with max log size limitation.
EzPID
by iimidknightii
A GDExtension addon that adds a simple, generic PIDController that can either be used to update another node's property to follow a target value, or to manually integrate into your scripts. Includes full documentation and tons of customization features.
PostgreSQL Client in GDScript
by samuelmarzin
Godot PostgreSQL Client is a GDscript script / class that allows you to connect to a Postgres backend and run SQL commands there. It is able to send data and receive it from the backend. Useful for managing player user data on a multiplayer game, by saving a large amount of data on a dedicated Postgres server from GDscript. The class is written in pure GDScript which allows it not to depend on GDExtention. This makes it ultra portable for many platforms. Detailed documentation: https://github...

NativeLib
by drmoriarty
Ultimate solution to manage (install/update/uninstall) native modules for iOS, Android, MacOS, AppleTV. It automatically process packages dependencies. It will add gd wrapper for native library into your autoloading list. it has comfortable package settings editor. Now 56 native packages available: - APN - ARKit - iPhone Camera - GameCenter - iCloud - Apple AppStore - AdColony - Amplitude - Applovin - Applovin-MAX (with adapters) - Appsflyer - Facebook - Firebase (Analytics, Auth, Crashlytics...
Gopotify - Spotify Client
by drarbego
This is a wrapper for the Spotify REST API
RandomAudioPlayer 2D
by derwenzel
A simple node that selects a random child and plays the audio
FastNoiseLite-Demo-Godot
by defce74
Visual demonstration of FastNoiseLite library in Godot 4 for procedural generation of 2d tilemaps. Project has been upgraded to 4.2
Tiny Platform Quest
by roboweb
This platform 2D game is a demo I made with the Godot engine, for learning purposes. I used the tilesets of Dan Cramp, as well as his video for the gameplay (http://www.dancramp.com).

Previous Tab
by makovwait
Switch to the previously active tab (last tab) by pressing Ctrl+Tab (macos: Option+Tab), including last doc, script and scene tabs.
ThreadPool++
by chromiumosguy
A GDScript thread pool to asynchronously execute tasks with a bunch of useful features from task time limit to the highly useful join() function for further information an documentation please head to the GitHub page https://github.com/ChromiumOS-Guy/ThreadPoolPlusPlus works on v3.4.4 - v3.5

Quick Script Change
by disablak
Godot 4 plugin that allow you to change your script immediately! If you left empty blank it'll show you last opened scripts. Double shift -> show popup. Tab -> select next script. Shift + Tab -> select previous one. Space -> confirm and change.