2D

Trail2D 2D
by gabbinetto
A custom 2D node that creates a trail. Is it something you could code in 5 minutes? Yes, but I made this to save those precious 5 minutes.

Radial Menu Control 2D
by jesuisse
Provides a radial menu control node for Godot Engine 4.3 (aka a "pie menu") with support for submenus. It supports keyboard, mouse and gamepad input. The look of the control is highly configurable using exported properties and themes. There is a live demo at https://www.phar.ch/2024/godot-radial-menu-demo/RadialMenu.html

Gravity Bodies 2D
by harvzor
A plugin/addon for Godot which adds support for fairly realistic point gravity physics (currently only in 2D).

LDtk Importer 2D
by gleeson
The most fully-featured, up-to-date LDtk Importer Plugin for Godot 4. Leverage LDTk's powerful editor to quickly create your own 2D levels and maps. - Imports `.ldtk` files into Scenes to use in your project. - Fast, automatically reloads on saved changes. - Use Post-Import scripts to customise the resulting scene More extensive documentation can be found on Github.

Rapier Physics 2D - Slower Version with Cross Platform Deterministic 2D
by ughuuu
A 2D drop-in replacement for the Godot engine that adds stability and fluids. This version is cross platform deterministic This version does NOT have: - SIMD (Single instruction, multiple data) operations for even faster performance - parallel solving. This version is more an advanced version and it's not for normal use cases.

Simple Touch Joystick 2D
by abdulroufsidhu
simplest functioning touch joystick with the flexibility of actions and signals.

NinePatchContainer 2D
by realitystop
A custom Godot container that provides enhanced nine-patch functionality with support for customizable background, frame, and content margins.

2D Controls Toolkit
by cianci
2D Controls plugin For Godot 4.3: Includes: * Side-Scrolling Controller * Top-Down Controller

TileMap Merger 2D
by airreader
This tool allows you to merge multiple tile maps. # Features * Merge: Pasting TileMap data onto another TileMap data is possible. * Rotate: Rotating isometric tilemaps is supported. ** Only support diamond down isometric TileMap * Snap: Snapping to a specified size is available.

Scaling CanvasLayer 2D
by nyanginator
This Godot plugin provides a custom CanvasLayer that scales the viewport contents to always cover the full window with no black bars, no content reveal, and no distortions. Child CanvasItem nodes (i.e., UI) can also be scaled, independently of the content.

Acrylic Glass 2D
by pattlebass
An effect similar to Microsoft's Acrylic and Mica materials achieved in Godot 4. It works by getting the wallpaper file and blurring it in the engine.

CameraRegion2D
by iniberas
A simple Godot addon for managing Camera2D transitions and behaviors using defined regions. Easily add camera transitions, shake effects, and region-specific configurations to your game.