All Gadgets
Indie Blueprint Toolbox
by ninetailsrabbit
General utilities that does not belongs to a particular place and are sed as static classes that can be accessed at any time even if they are not in the scene tree.

Beholder
by mburkard
Asset providing a custom camera node with movement and utilities. Features - Keyboard movement controls - Game-pad movement controls - Mouse movement controls - Configurable projectile

Easy C++
by dankolle
This tool allows you to easily build your GDNative code directly from Godot. Attention!! I ran into some issues where GDScript was not behaving correctly under Linux and macOS, when the addon was updated. So when the "Build Platforms" or "Build Configuration" in the new settings dialogue do not work (no tabs listed), quit Godot and start it again. Otherwise delete the folder and reinstall the addon. Changes v0.2: - Added settings dialogue. - Fixed file structure for installing from assetlib. ...

3D Navigation Demo
by godotengine
Navigation demo for 3D scenes, with a character able to pathfind around a static 3D environment. The navigation path is drawn using a line. Code is provided for polyline following in 3D. Language: GDScript Renderer: Forward+

D's Levels
by dmoreland117
A simple level manager for Godot.

Multiplayer Bomber Demo
by godotengine
A multiplayer implementation of the classic bomberman game. One of the players should press "Host", while other player(s) should type in the host's IP address and press "Join". Language: GDScript Renderer: Compatibility

SFMGraph
by asperthedog
A tool that lets you create State Machines for your nodes that combines the flexibility of code with the ease of visual graphs. Define States through code by defining output events and functions on enter, exit and frame events using the familiar and polished method shared in the community and use them in a GraphEdit UI with custom coloring and inspector-like fields for variables.

GDbot 2D Demo
by rayofideas
Demonstrates Godot's capabilities to create a 2D platformer by utilizing many features from AnimationTree, PhysicsBody2D, Light2D, AudioStreamPlayer2D, and Particles2D. This is just a demo, so using it as a template to make a robust game is discouraged. Please use this project as reference to improve your workflow to make smooth 2D animation with its transitions in your own project

OSShortcut
by thiagola92
Replicate Operating System key presses and release into Godot. Useful if there is a need to listen key press/release when Godot window is not focus. Examples: - Overlays (like Steam and Discord show overlays) - Streaming software (like OBS Studio use to change scenes) - VTuber software (change character state) Compatibility with Linux (X11) and Windows.
![Godot Node FSM Plugin [Finite State Machine] hero image](https://gitlab.com/sunetraalex/godot-node-fsm-plugin/raw/master/icon.png)
Godot Node FSM Plugin [Finite State Machine]
by sunetraalex
A Node based Finite State Machine Plugin for Godot 3.1.

Godot Level Editor 2D (GLE2D) 2D
by crossbow
This tool allows the user to create maps and manage resources to help with level design task, providing a useful dock with the resources to drag and drop easily.

Taffer's Logger
by taffer
A simple logger that emits BBCode-formatted log entry signals.