All Gadgets

Funcy
by drdan
An addon to aid a functional programming style in gdscript.

String utilities
by mxt08
A simple string converter, ideally for developing.

Fader
by madcatvr
Addon offers easy to use fader. The most typical usage is for transitions: func _transition(): await $Fader.fade_to_black() # hide/unload old stuff # show/load new stuff $Fader.fade_to_clear() Noteworthy features: - blocks mouse input on fade out (but allows on fade in) - fading can be awaited - allows fading out to any color in addition to standard fade_to_black and fade_to_white - allows fade speed customization
Awesome Custom Cursor
by david4c
A new customizable cursor! Edit an AnimatedSprite2D and thats it! Install once and no further configuration! Features * Animation support

Rapier Physics 2D - Fast Version with Parallel SIMD Solver 2D
by ughuuu
A 2D drop-in replacement for the Godot engine that adds stability and fluids. This version is deterministic, just not cross platform deterministic. This version has: - SIMD (Single instruction, multiple data) operations for even faster performance - parallel solving.
StateMachine 2D
by 291700351
自己使用的,简单的状态机插件
Kinematic Character 3D Demo
by godotengine
Kinematic character demo for 3D using a cube for the character. This is similar to the 3D platformer demo. Language: GDScript Renderer: Forward+
MagicaVoxel importer with extensions++ 3D
by violgamba
This plugin lets you use MagicaVoxel VOX files in Godot. Once the plugin is downloaded and enabled in your project (in Project->Project Settings->Plugins) any VOX files in your project folders will show up in Godot and can be used as either Meshes or MeshLibraries, depending on their import settings. This plugin is a fork of https://godotengine.org/asset-library/asset/341. This means it has all the features of that plugin. However, it includes many new features. Enough that I decided to submi...
Godot WRY — UI with HTML, CSS and JS
by doceazedo
WRY is a cross-platform webview rendering library. This extension allows you to use the native webview in Godot to build browsers and GUIs with HTML, CSS and JavaScript. ======================== SUPPORTED PLATFORMS ======================== - Windows (10, 11) - Mac (Intel, Apple Sillicon) - Linux (X11)* Android/iOS and HTML5 support is planned. * X11 support only. Transparency is currently not supported on Linux. ======================== DOCUMENTATION / SUPPORT ======================== Guides ...
Transform Variance 3D
by durgz
Provides a convenient way to apply random variance to the position, rotation, and scale of selected Node3Ds based on user-defined parameters. This plugin is useful for decorating scenes with multiple instances of the same assets without the need to manually adjust each one individually.
godot node presetting
by deerluuu
Godot 节点属性默认插件,类似于 Unity 的 Presets
Code Snippets
by itsben321
Quickly Save, Load and Manage Code Snippets / Scripts! Allows full flexibility with intuitive and easy controls :) Download in res://addons/ (ignore asset root)