All Gadgets

Godot Active Window Info
by buckwildgames
A Extension for Godot that gets the OS active window info Gets the window title and position Made in Godot 4.4 *only on Windows

Godot Procedural Recoil
by vishu
This project is a Godot Engine addon that adds class ProceduralRecoil. This new class make easy procedural-recoil creation possible for 3D games. It is available under the terms of the MIT License. Usage: Attach ProceduralRecoil script to a preferred Node. For latest doc: https://github.com/vi4hu/godot-procedural-recoil

Visibility shortcut
by janders
A Godot plugin that allows to toggle the visibility of the selected nodes. H to hide/show the selected nodes Alt+H to show all the nodes Shift+H to hide unselected nodes

Script List Auto Sorter
by eclextic
A simple script that forces the script list on the left of the script editor to stay sorted no matter what. It has all the options that the manual sort mentions at "text_editor/script_list/sort_scripts_by" located in the Editor Settings at the bottom. Further sorting algorithms are much appreciated if you want to contribute on the GitHub.

RegEx (Regular Expressions) Demo
by godotengine
A demo showing regex functionality and usage. Can also serve as a playground for regex testing. Language: GDScript Renderer: Compatibility

MeshLODGenerator
by officialpumpkingdev
LOD generator addon for Godot 4.x, suitable for mesh quality ingame settings.

Simple Dependency Injection
by comfygrapes
Easily add Dependency Injection into your project. When the plugin is enabled, it will automatically create the necessary nodes in your current scene (preferably your Main). Simply move both nodes to the top of your scene tree (if not already) then add your node dependencies to the array in the [DependencyRegistrar] node and the [DependencyProvider] node will do the rest! To allow dependency injection to happen in any script attached to a node in the scene tree, simply create either an _injec...

Value Track to Bezier Track Converter
by arnklit
An addon that allows you to convert value tracks to bezier tracks in animations.

RngUtils
by shank
Random number generation utils for Godot 4 - Random integer range - Random float range - Random item(s) from an array - Random item(s) from an array with weighted
Better Vircle
by kcfresh53
This adds a Control Node that puts its children Nodes in a circle. You can change the radius of the circle and the size of all the elements. Make them spin!

WebSocket Chat Demo
by godotengine
This is a demo of a simple chat implemented using WebSockets, showing both how to host a websocket server from Godot and how to connect to it. Language: GDScript Renderer: Compatibility

Save and Load Template
by shargon
Upon running this template in Godot. You will be greeted with a Main Menu Screen. Exit Game, of course, exits the game. New Game will take you to a blank screen which is where your game would go. Hit the esc key to bring up the pause menu.