2D

VoxelGenerator2D 2D
by jhonnystene
Create an infinite, procedurally-generated 2D voxel world. Replace FollowObject in the VoxelGenerator2D.tscn file with another object called FollowObject (or update the code) This was taken from one of my upcoming games.

Weather System 2D 2D
by gregry
A variety of tools to help create cool weather effects quickly

Godot Moho Importer 2D
by duriganjp
Godot plugin in GDScript for importing Moho animations for 3.3+. Import .mohoproj files to the project and convert it into a single scene. This plugin also adds two classes from Moho that may be useful besides importation: SwitchLayer and SmartBone.

TileMap Collider Generator 2D
by jakeeh
This plugin will generate a set of ColliderPolygon2D to overlap all physics properties of a Tilemap2D's target layer.

Node 2D context menu for 2D scene editor 2D
by fabianlc
Adds a simple context menu for Node2D in the 2D scene editor. The menu has buttons to: -Move node to the mouse position -Move node to the mouse position with grid snapping -Flip horizontally -Flip vertically

Slider Gamepad 2D
by mreliptik
Godot 4 addon to add better joystick and dpad support to sliders. - Smooth joystick - Discrete joystick - Smooth & discrete - Custom Dpad increment

Easy Vector Display (2D)
by neropatti
Adds a custom node "VectorDisplay2D". Hit V to toggle the display. Displays the vector & separated XY components.

Circular Container
by bojidarbg
A circular container node, which arranges its children in a circle. It might be helpful for circular menus and the like. Features: * Simple, Godot-like, public API * Animations support, with support for custom animating function * Somewhat supports Node2D children - experimental * Option to force expand on all children * Option to force all children to be square (might be useful if you don't want to play with both minsize axes) * Option to configure the angle from which to start arranging children * Calculate minimum size of the container, so it can be embedded inside other containers (maybe circular, maybe not...)

MapTileProvider 2D
by meenky
Provides an interface for loading real world map imagery into Godot with optional caching to reduce network traffic.

Onscreen Keyboard 2D
by mrtnfchs
Onscreen Keyboard Plugin for Godot Engine. Displayed as soon as LineEdit or TextEdit are in focus. Select your OnscreenKeyboard object and apply your custom styles and font via inspector. (You can find some default dark-flat-like-styles inside the plugin/customize/styles folder)

Modular Sprite Animation Factory 2D
by kyboon
A plugin to generate animations for modular 2d sprites. Generated animations will have multiple tracks, one for each Sprite2D node.

BlastBullets2D v | For Godot 4.4.1+ 2.0.0
by realnikich
BlastBullets2D is a high-performance, free and open source C++ plugin for Godot Engine that enables optimized bullet spawning and management in 2D games. It’s designed to efficiently handle a large number of bullets with minimal performance overhead, making it ideal for fast-paced, bullet-heavy gameplay. Compared to standard methods like using Area2D with AnimationPlayer, BlastBullets2D offers a significant performance boost. In addition to speed, it includes built-in support to save and load...