Tools

AndroidSystemBarControl
by menjliamanallah
A plugin for Godot to customize android's system bars (status and navigation bars).

Simple UDP
by kylehung
This is a simple Godot UDP networking plugin that provides basic UDP communication functionality. 这是一个简单的Godot UDP网络通信插件,提供基本的UDP通信功能。

Normal Map Generator
by krosseye
This plugin allows you to easily generate normal maps from textures within Godot. It provides a simple dock to open a texture and create a normal map with adjustable settings. The normal map is saved in the same directory as the original texture with a "*_n.png" prefix. Originally developed for Godot 3.2, this version is now ported to Godot 4.4. For more advanced normal map generation, consider using Laigter, a free and open-source tool.

SLib – Simplify Your Godot Development
by mkhuser
SLib is a lightweight and efficient Godot library designed to streamline your coding experience. Say goodbye to repetitive scripts and unreadable code—SLib provides ready-to-use, standardized functions that enhance readability, reduce redundancy, and optimize performance. Why Choose SLib? Fast and lightweight, less than 100KB, ensuring minimal impact on your project. Easy installation, get started in seconds with a hassle-free setup. Readable code, transform complex scripts into clear, mainta...

Auto-Bus (auto event bus with signal nodes)
by srcoloma
The purpose of the plugin is to dynamically create an event bus for each [SignalNode] without the need to create a singleton to manage it. The plugin adds 2 nodes: SignalNode <- a node representing a signal where the 'name' property is the signal's name. SignalReceptor <- a node representing a signal receiver, where the 'react_to' property is the name of the signal it expects to receive.

NumDot: Tensor Math and Scientific Computation
by ivorius
NumDot is a tensor math and scientific computation library for the Godot Engine. Documentation: https://numdot.readthedocs.io/ Changelog: https://numdot.readthedocs.io/en/latest/setup/changelog.html See NumDot in action: https://ivorius.itch.io/numdot-demos -- NumDot provides a multidimensional array object (NDArray) and many functions for fast operations on arrays, including mathematical, logical, statistical, and more. It is inspired by the Python tensor math library, NumPy, and thus shares many semantics with it. Visit the documentation for a full feature overview, as well as guides and tutorials. NumDot supports all common platforms (including web exports).
GDSnap
by nokorpo
A screenshot testing/snapshot testing library for Godot.

GtgAssetsKit GD4 - PhotoRealism
by gtg
This is a 3d kit comes with a lot of high quality pre-installed assets for Photorealistic games development in Godot Including: - High Quality 3D Models - High Quality Sounds - High Quality Prepared Textures Read for Game Dev All Included from sources - AmbientCG - PolyHaven - Custom Designs also Get Ready for PhotoRealism in Godot 4

Godot Colyseus
by gsioteam
Colyseus SDK for godot 4.0

radio buttons
by voidgames
This addon adds a little helper node which you add as a sibling node to some buttons, and then only 1 of these buttons will be selected at the time, like radio buttons, the node provides a signal for when you change the selection.

Pinned Debugger Tabs
by wierdox
Auto opens a pinned Debugger tab on project run. To pin a tab, press the newly added Pin Tab button on the Debugger tab bar. You can unpin by either pressing Unpin, or pressing the blue pin on the pinned tab. You can also shift the pin by going to a new tab and pressing Shift Pin. Changelog: *1.1: For 4.4+, fixed plugin critically failing due to changes in Debugger node hierarchy. Still works with all previous versions. This plugin overrides editor setting "run/output/always_open_output_on_pl...

Plugin Reloader
by iceflower
Quickly reload plugins from the editor main screen. For more see https://kenyoni-software.github.io/godot-addons/addons/plugin_reloader/.