All Gadgets

GD Local History
by jaydensippy
Similar to the feature found in Visual Studio Code (and many other IDEs), GD Local History keeps a snapshot of each previous version of a script, in the event you need to view past iterations.

Arky Addons
by arkkydev
A lightweight and modular Godot plugin that adds custom tools to the editor inspector panel. Arky Addons includes: – Enable/disable node processing (process_mode) – Show/hide nodes – Reset position and scale with undo/redo support – A clean header UI with native Godot styling Ideal for developers who want to build editor extensions or customize their workflow. Fully modular and easy to extend.
Video Export Platform
by novadc
A simple godot export plugin that connects godot's video export mode to the export menu. Requires the NovaTools plugin as a dependency.

Stylish Menu Demo
by coledingo
A small experiment with UI I worked on between projects to try and emulate the feeling of a Dance Dance Revolution song select menu, can be used by clicking the buttons or the arrow and enter keys. selecting a song will take you to an associated link! Shaders: https://godotshaders.com/shader/kaleidoscope/ https://godotshaders.com/shader/crt-with-variable-fisheye/ Spectralizer: https://godotengine.org/asset-library/asset/2762 Music: SystemST91: https://soundcloud.com/systemst91/cole-dingo-norm...
External files
by mathrick
Godot External Files plugin is a partial substitute for symlinks, allowing referencing files outside of the project dir. The intended use-case is a pretty specific situation, where some assets might live outside of the Godot project directory, but still need to be accessed by Godot, such as for example when porting a game from Ren'Py in parallel to the Ren'Py version still being actively worked on. Unlike just copying the files, the referenced external files will be kept up to date, and will ...
GDScript Code Upgrader
by christinecdev
Code Upgrader is a tool designed to help upgrade your GDScript code from Godot 3 to Godot 4. This plugin automates the process of updating deprecated methods, properties, and syntax, ensuring your projects are compatible with the latest version of Godot.
YH Mod Assistant
by valkarin
This is a tool to assist with creating mods for a game called Your Only Move Is Hustle. (https://store.steampowered.com/app/2212330/Your_Only_Move_Is_HUSTLE/). The assistant adds a new panel that allows you to create a new mod from select templates, along with making the process of configuring the metadata and exporting the mod faster, easier, and more convenient.
Occlusion Culling and Mesh LOD Demo
by godotengine
This demo showcases the use of occlusion culling and mesh level of detail in a 3D scene. The demo contains 1,024 identical rooms in a 64×64 grid. The room geometry is used as a basis for a baked OccluderInstance3D, which allows each room to be culled if it is hidden by another room's walls. Occlusion culling can provide a performance benefit in draw call-bound scenarios. However, since the Forward+ backend uses a depth prepass, the shading cost is already reduced by the depth prepass. As a re...
Godot Scene Exporter
by clancey
I really wanted an easy way to export a scene and all of the dependencies. Enable the addon, then use Project -> Tools -> Export Resource. Choose the scene and then choose the output directory.

Tracer
by wyvernbw
Tracer is an addon for godot 4 for structured, customizable traces, heavily inspired by tracing. ✨ Features - Multiple log levels and filtering - Colored output - Useful information such as the script a span is located in, the current thread id and timestamps - Modular design - Support for custom writers *icon sprite is from Terraria*
GSharpRope 2D
by xydion
Rope addon written in C#. Compatible with Godot 3.2.
Debug Draw 3D (4.2.2+)
by dmitriysalnikov
This is an add-on for debug drawing in 3D and for some 2D overlays, which is written in C++ and can be used with GDScript. = Features = 3D: * Arrow * Billboard opaque square * Box * Camera Frustum * Cylinder * Gizmo * Grid * Line * Line Path * Line with Arrow * Plane * Points * Position 3D (3 crossing axes) * Sphere * 3D Text Overlay: * Text (with grouping and coloring) Precompiled for: * Windows * Linux (built on Ubuntu 22.04) * macOS (10.15+) * Android (5.0+) * iOS * Web (Firefox is support...