All Gadgets
GameNite Controlpads
by gameniteweston
This extension is used to develop for GameNite and test your GameNite game natively. Specifically it adds a GameNiteControlpads node that allows you to send and receive messages with "controlpads": the mobile phone controllers. Must be used in conjunction with a controlpads test server. Usage: * You can see a full walk-through here: https://clever-rain-b72.notion.site/Godot-GameNite-Development-Walkthrough-a4c9f6bbcaff4f4cbe4daacd71cde22d?pvs=4 * Join our discord to get help and learn more ab...
Voxel Line 3D
by foureyedredheadedste
A Simple plugin for creating voxel lines.
Godot States
by cevantime
Wait... an other state machine plugin for godot ? ----------------------------------------------- Yes... and no ! What's special about this plugin is that, unlike the typical state machine design pattern, it uses only *states* and is therefore extremely simple to implement. More precisely, this plugin provides three classes that allow you to manage the behavior of your nodes in great detail and in a **visual** way.
Godot OAID SDK
by xisage
Android OAID/AAID SDK export plugin. Also supports AndroidID, IMEI, WidevineID and more.

Player 2 AI NPC for Godot
by ajelefantgg
The Player 2 AI NPC Godot plugin allows developers to easily create AI NPCs in their Godot projects. The plugin uses free AI APIs from the player2 App at https://player2.game/. Just open Player2, and the plugin connects automatically, so you can dive right into building your world instead of wrestling with keys or settings. When your game is ready, we’ll share it with our community of 40,000+ active players eager for AI-driven adventures: https://player2.game/discord For usage information, vi...
Modular Sprite Animation Factory 2D
by kyboon
A plugin to generate animations for modular 2d sprites. Generated animations will have multiple tracks, one for each Sprite2D node.
Config Table Manager
by daylily
一个用于管理配置表格的Godot插件 A config table manager plugin for godot. ## Features 1. Easy to use, generate table header by using a data class. Allow to add additional columns. 2. How to generate and import can be save as a preset, convenient to adjust repeatedly. 3. Support backup and merge when regenerating tables. 4. Highly customizable, you can add your **Table Tool** and **Import Tool** to generate table file and import as resource which are meet your needs. ( This plugin is provide **CSV**, **xlsx...

State Graph
by babadesbois
A Godot plugin that manages state machines & state transitions. It features: - A StateMachine based on nodes - Nested StateMachines - Pushdown Automatas - Automatic animation triggering directly AnimatedSprite - A powerful GraphEditor to handle state transitions - State change based on signals and/or as many conditions you want
WebSocket Minimal Demo
by godotengine
This is a minimal sample of connecting two peers to each other using WebSockets. Language: GDScript Renderer: Compatibility

BlastBullets2D v | For Godot 4.4.1+ 2.0.0
by realnikich
BlastBullets2D is a high-performance, free and open source C++ plugin for Godot Engine that enables optimized bullet spawning and management in 2D games. It’s designed to efficiently handle a large number of bullets with minimal performance overhead, making it ideal for fast-paced, bullet-heavy gameplay. Compared to standard methods like using Area2D with AnimationPlayer, BlastBullets2D offers a significant performance boost. In addition to speed, it includes built-in support to save and load...
Godot Midi
by nlaha
This add-on allows for the import and playback of MIDI files in Godot. Great for syncing events to music, making rhythm games, or even your own audio production/synthesis applications. Features: - Easy import of MIDI files as Godot Resources - Easy MIDI event handling with signals - Imported MIDI events stored in an array of dictionaries per-track - Asynchronous playback via a separate thread - Linking to one or more AudioStreamPlayers for synchronization with music Please note: this is a wor...
Polygon2DTool 2D
by nenado
Allows you to easily create polygon for Polygon2D, CollisionPolygon2D, LightOccluder2D, Line2D automatically update when parameters are changed.