Misc

Performance monitor
by baza
In-game monitoring node with plots for performance or anything else. Just add a Monitor node to your scene and setup any number of plots with one function call each, like $Monitor.add_perf_monitor(Performance.TIME_FPS, "FPS")

Godot Synth
by eclipsinglines
Audio synthesis engine for procedural SFX and music. https://eclipsinglines.github.io/GodotSynth/

Waypoint Map
by vertexarray
This package provides a zoomable, pannable map, with the ability to create waypoints on the map with paths between them.

NetworkBootstrap
by jonnymind
High level networking is very simple in Godot, but setting up a client/server pair is not so trivial. You need to set up project options and/or command line parsers to decide which instance of your application is the server and which are the clients, and the raw Godot interface doesn't help much with setting run-specific parameters. This Godot plugin adds: * a Project Setting section called Application/Network; * an autoload singleton called `NetworkBootstrap` configuring hosts and client pee...

Dialog and Quest System
by miziziziz
Basic Setup for a dialog and quest system, lets you write and store conversations and things that have happened and have them change based on your actions

gdsam for Godot
by deadpixelsociety
GDSAM provides retro voice synth capabilities via a wrapper library for SAM, the Software Automatic Mouth. Based on the C port by Sebastian Macke at https://github.com/s-macke/SAM.

Godot-SQLite
by 2shady4u
GDNative wrapper for SQLite (Godot 4.X+), making it possible to use SQLite databases as data storage in all your future games.

Native Android Toast
by leparlon
This plugin allows you to display native Android Toast messages. It connects toast callbacks via signals. It also exposes the standard Android Toast parameters like duration and offset. Only works on Android. Contains a example scene. Note: The callbacks might not work perfectly on Android APIs under 30.

GodotEnv
by windastella
Godot DotEnv Class A simple implementation of DotEnv. Allow usage of .env file in godot. Also retrieve OS Environment Variable if available. Usage Add `/godotenv/scripts/env.gd` to Autoloader. Retrieve Environment Variable by `var env_var = get_node("/root/env").get("ENV_VAR")`

Tello Drone Control
by blechaffe
With this Addon you can control your Ryze/ DJI Tello Drone with Godot. It is also possible to read the telemetry with this Node. Because godot does not support h264 there is no video or photo support. But i accept pull request if you want to implement it.

Pixelpart
by soerenml
Play Pixelpart effects in Godot. This native plugin allows you to import and play .ppfx files created with Pixelpart directly in Godot. You can find more information on https://pixelpart.net/ The following platforms are supported at the moment: - Windows x64/x86 - Linux x64/x86 - macOS - Web

Audio Visualizer Plugin
by soalreapercaptain
This tool allows you to easily setup audio visulaizers for music videos and/or games.