All Gadgets

Aseprite Importer
by hectorid
This plugin simply creates/modifies animations in an AnimationPlayer that change the "offset" and "region_rect" properties of a Sprite/Sprite3D node based on the animation tags of a Sprite Sheet JSON data file generated by Aseprite.

FPS Graph Overlay
by sandervanhove
A configurable FPS overlay. Adds FPSGraphOverlay.tscn to Autoloads. Open overlay using F12 while the game is running. Open res://addons/FPSGraphOverlay.tscn to configure. The F12 shortkey can be disabled. To open the overlay yourself, just set it's `visible` property.

EditorScript Launcher
by idbrii
A hotbar for launching your editor scripts. Adds a hotbar with buttons for each of your editor scripts so you can write scripts to speed up your Godot development. Scripts can specify custom UI so you can pass parameters. Example: Add `res://code/editor/rename.gd` that extends LaunchableScript and it will show up as a button in the bottom bar. The script has access to Godot's EditorInterface so you can modify the selection, scene, or anything!

Quit On Input
by lopano
A drag-and-drop way to implement the ability to quit the game to a scene. Contains the QuitOnInput class, which extends Node. By adding QuitOnInput to a scene, and chocing an input action by name, QuitOnInput quits the game on input. V1.1: Added scene file for proper drag-n-drop!

Godot ARIA (4.4)
by btzr
A plugin for creating accessible rich internet applications with godot.

Jump Buffer
by drumstickz64
A node for buffering jump input like in platformers

Third Person Shooter (TPS) Demo
by godotengine
Third person shooter (TPS) demo made using Godot Engine. Controls: - Mouse or Gamepad Right Stick: Look around - W/A/S/D, Arrow keys, Gamepad Left Analog Stick or Gamepad D-Pad: Move - Space, Gamepad A/Cross: Jump - Right Mouse Button, Gamepad Left Trigger (L2) (press to toggle, or hold and release): Aim - Left Mouse Button, Gamepad Right Trigger (R2): Shoot (only while aiming) - Escape, Gamepad Start: Go to main menu/quit - F11 or Alt + Enter: Toggle fullscreen - F3: Toggle debugging informa...

MMI Tool 3D
by dankidol
A node that replaces its children with a MultiMeshInstance

Animated LowPoly Slime
by imageparseconde
A small animated slime for your video game projects! animation : Slime_IDLE Slime_WALK Slime_JUMP/ATK Slime_HIT Slime_DEATH

Nakama Godot 3 client
by novabyte
The official open-source Godot client for Nakama server written in GDScript. Nakama is an open-source server designed to power modern games and apps. Features include user accounts, chat, social, matchmaker, realtime multiplayer, and much more. This client implements the full API and socket options with the server. It's written in GDScript to support Godot Engine 3.1+. Full documentation is online - https://heroiclabs.com/docs

Godot Plugin Refresher
by willnationsdev
Adds a plugin dropdown/refresh button to the main toolbar for faster iteration when working on a plugin for Godot. Note: For older compatible Godot versions, visit GitHub: - See branch `3.x` for Godot 3.2+. - See branch `4.0` for Godot 4.0 and 4.1.

GTLib
by miwubunz
GTLib is a plugin that provides a collection of useful methods to simplify certain tasks in GDScript. It supports markdown to BBCode conversion (and vice versa), calculate date and timestamp differences, slugify strings, fetch http responses, and more.