All Gadgets

Project Time Tracker
by fifut
A small editor widget which provides basic functions for tracking your time with the Godot editor. Track which main screen view you are using the most. Fork of Godot Time Traker by YuriSizov

easy tween (test)
by display
Easy tween (kind of useless)

Quiver Player Accounts
by amitq
Quiver Player Accounts allows you to create user accounts for your players. This is an early version of the service, so we only support guest accounts at this time (no username/passwords, etc.), but we'll be adding more functionality in the future. This plugin is used mostly to support Quiver Leaderboards (https://quiver.dev/leaderboards). Documentation: https://github.com/quiver-dev/quiver-player-accounts-godot-plugin#quiver-player-accounts

Aseprite Animation Importer
by atkintc
This tool allows you to quickly import animations from an Aseprite JSON file and spritesheet. Updated for Godot 4 Beta 5.

ExternalEditorSettings
by yucelf
This small plugin allows toggling external editor easily (e.g., use builtin script editor for debugging, but use your usual text editor while coding).

AreaOfSight2D
by arzzzen
This tool adds the node for procedurally generated area of sight for 2D games. Usually used for enemies in stealth games. The asset adds two nodes: - AreaOfSight2D for AOS - AreaOfSightAgent2D for trackable objects Check the custon scene to understand how to configure these two nodes.

Polyliner 3D
by firepal3d
**Warning, this software is not complete, some functionality may be glitchy or change in the future** Polyliner allows you to create 3D lines. - LinePath3D lets you create a line using the Path node's Curve3D tools. - Trail3D continuously generates a line that follows its own node every frame.

Pause Demo
by godotengine
A demo showing how a game made in Godot can be paused. Language: GDScript Renderer: Compatibility

Godot MSI Afterburner Monitor
by drewnyr
Small GDExtension plugin that allows to retrieve data from MSI Afterburner, supports graphs minimum and maximum limits. Windows 32 and 64 bit only.

Simple Asset Studio 2D
by nickmiste
A simple tool to create assets without leaving Godot

CADLikeOrbit_Camera
by twew
A Camera wich behaves like most Cameras in CAD-Softwares. It uses the mouse and lets you Orbit, Zoom and Pan around. Usage: 1. Activate Plugin 2. Add CADLike-Orbit Camera via new Node (Control+A) to the Scene 3. Define InputMap-Actions (Project->Poject Settings->InputMap) example InputMap-Actions: Name: "Zooming", Event: Righ Button Name "Panning", Event: Middle Button Name: "Rotating", Event Left Button --------------------------------------------------------------------- To determine the Fo...

Navigation2DServer Demo
by growingbrains
Navigation2DServer Demo for Godot Engine 3.5. Basic 2D navigation server in Godot Engine 3.5 using Navigation2DServer, NavigationAgent2D, NavigationObstacle2D. Mouse interactive to add Navigation Agents and move Navigation Obstacles. Left Mouse click to change navigation agent(s) target position, dragging is allowed. i.e. hold down the left mouse button and move the agent target. Left Mouse click to move obstacles, click and drag to observe navigation agents avoid moving navigation obstacles....