Misc
ProjectileOnCurve2D
by mero
Create 2d projectiles that move toward the target on a curve with gravity param to adjust the slope of the curve For more information navigate to: https://github.com/MeroVinggen/Godot-ProjectileOnCurve2DPlugin

Godot Plushie Viewport Pet
by kosro
Adds a cuddly companion to your viewport, much like a desktop pet! If you leave them alone for a while, they might get sleepy... Sprites by SplendidDog on itch.io!

gdsam for Godot
by deadpixelsociety
GDSAM provides retro voice synth capabilities via a wrapper library for SAM, the Software Automatic Mouth. Based on the C port by Sebastian Macke at https://github.com/s-macke/SAM.

Sudden Godot Fade Transition Manager
by suddenhost
This add-on allows for easy a fadein/out effect between scene transitions.

Health Node
by jbsnippets
A custom node designed to store and update the health amount of a node, emitting signals based on health amount changes and set properties. The node enables the addition of health capabilities, which can be adjusted by invoking the update_amount function. It can automatically send signals based on changes in the health amount and set properties.

Clerk.dev Authentication
by xwaffle
This addon adds components and scripts that allow you to add authentication in your game using the Clerk.dev frontend api.

bs58
by virusaxel
Base58 encoder and decoder for godot. Encode byte arrays to base 58 strings and vice versa. Example: bs58.encode(bs58.decode("111111111111"))

Open Font Package
by dalton5000
A collection of fonts under the open font license as ready-to-use Godot resources. Each font has its individual license file attached.

Animated Bow
by imageparseconde
An animated lowpoly Bow for your game project! Animations : IDLE WALK RUN FALL JUMP RELOAD AIM DISARMED AIM IDLE FIRE very important !!! if you have shakes during the animation, you must reimport the model in 60 fps, disable the optimizer and put all the bones in "nearest" mode in the interpolation mode. in the case of the BOW you have to put in "nearest" the "AIM" animation and the "DISARMED" animation and the "FIRE" animation you have to do it on all bones! good game.

Scene Selector
by jasonbreitweiser
Editor plugin to remove the scene tabbar from the top of the script editor and adds a dropdown above the scene dock. Intended for use with a plugin like script-ide or script-tabs so the scene tab is removed when the script editor is selected but also shows a drop down list above the scene dock so you can switch between scenes in the scene dock.

Godot TweenService
by rezarg
A recreation of the Roblox TweenService functionality in GDScript for Animating values.

Godot Utilities
by soalreapercaptain
A set of tools for easing development using Godot. Only has Shapes for now.