Misc

Showing 48 of 161 results
Page4 of 14
Performance monitor hero image

Performance monitor

by baza

FREE

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 hero image

Godot Synth

by eclipsinglines

FREE

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

Waypoint Map hero image

Waypoint Map

by vertexarray

FREE

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

NetworkBootstrap hero image

NetworkBootstrap

by jonnymind

FREE

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 hero image

Dialog and Quest System

by miziziziz

FREE

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 hero image

gdsam for Godot

by deadpixelsociety

FREE

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 hero image

Godot-SQLite

by 2shady4u

FREE

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 hero image

Native Android Toast

by leparlon

FREE

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 hero image

GodotEnv

by windastella

FREE

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 hero image

Tello Drone Control

by blechaffe

FREE

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 hero image

Pixelpart

by soerenml

FREE

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 hero image

Audio Visualizer Plugin

by soalreapercaptain

FREE

This tool allows you to easily setup audio visulaizers for music videos and/or games.