All Gadgets
Draw3D 3D
by nyxkn
A small library for drawing simple wireframe shapes in 3D. Provides a custom Draw3D node that you can use to draw simple geometry in your scene.
OverheadCar2D
by ryanboder
Adds a node type called OverheadCarBody2D to Godot 4 that implements reasonably good car physics. It's the car solution described here (http://kidscancode.org/godot_recipes/3.x/2d/car_steering/) and here (https://engineeringdotnet.blogspot.com/2010/04/simple-2d-car-physics-in-games.html) but adapted for Godot 4 and shared so it can be easily reused. It extends CharacterBody2D. Supports friction areas with OverheadCarArea2D and automatic driving for non-playable characters with OverheadCarPath...

Chunking and LOD
by r3xg1l
A simple plugin that covers for the Godot's still missing Level of Detail management. It's a tool to manage world maps more easily. It works recursively, meaning it can manage LOD Objects under other LOD Objects. This way you don't have to worry about managing every single prop, and can edit the world map chunk by chunk. Examples, and a detailed usage guide are on the Github page.

Dialegume
by therandalorian
An Open Source Dialog System for the Godot game engine. Dialegume is designed to make adding dialog to you game easy while still being customize-able.
ProCam2D - Godot 3.x 2D
by kalulugames
ProCam2D is a versatile and feature-rich custom 2D camera node for the Godot Engine, designed to provide industry-quality camera controls for any type of 2D game. This plugin offers extensive customization, including multiple follow modes, smooth transitions, and support for cinematic sequences. With a robust addon system, developers can easily extend its functionality with custom behaviors. Some inbuilt addons include shake effects, grid snapping, and more. ProCam2D is controlled via an auto...

Player Controller 3D
by sm0kesout
player controller with sprint and jump function.
PathMesh3D 3D
by iimidknightii
A collection of several helper nodes to extrude 2D profiles, 3D meshes, 3D Scenes and 3D MultiMesh instances along paths in real time. Implemented as a C++ GDExtension with built-in documentation.
Godot Tactical RPG
by ramaureirac
A tactical role-playing game demo for the Godot Engine
Godot CSS Theme
by sakkaku13
Converts CSS to Godot Themes
Planar Reflection Plugin 3D
by sisilicon
This plugin adds planar reflectors to your scene. It should help with making more faithful reflections. Use it to make flat reflective surfaces like mirrors, lakes, shiny floors and more! It supports both GLES3 and GLES2. Read the README for more details.
Godot Atlas Cutter
by newold33
Auto divides an image into frames using the transperency of the image to determine the frames

cargo-godot
by sanpi
Cargo helper to improve godot rust developement experience.