2D

RegularPolygon2D 2D
by perodactyl
Adds a RegularPolygon2D node under Polygon2D. Shapes have a radius, a vertex count, and, if fill is false, a thickness.

FastNoiseLite Configurator
by squrious
A simple plugin to configure a FastNoiseLite noise with a live preview.

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...

Godot Atlas Cutter
by newold33
Auto divides an image into frames using the transperency of the image to determine the frames

Coyote Jump
by marianokpo
Coyote Jump es un complemento para el motor Godot 4.x que añade dos características esenciales para cualquier juego de plataformas 2D con controles responsivos: Coyote Time: permite al jugador saltar poco después de haber dejado una plataforma. Jump Buffer: guarda una orden de salto presionada justo antes de aterrizar, evitando que se pierdan saltos. Estas funciones ayudan a que los controles se sientan más suaves, tolerantes y profesionales. Instalación: Descarga o clona el complemento dentr...

Calendar Button
by tybobobo
This will add a CalendarButton node that allows you to easily select a date without having to do all the work of creating your own Calendar and Date classes. Very easy to use.

cpolygon (Knife, Cut, Merge)
by paralax034
Smart polygon for Godot Engine. Features: - Cut - Knife - Merge

Key Prompt Texture 2D
by technoporg
A texture which adapts the image it displays based on the currently connected controller. Useful for button prompts in UI elements.

GodPlot 2D
by onegm
Graphing tool based on the Control node. Works in the editor. Can draw scatter plots, line graphs, and area graphs with many display options available.

Autotile Editor
by newold
Convert tilesets, autotiles and autotiles animated from RPG Maker to tilesets of Godot (with animations, collisions and occlusions included!)

Aseprite Animation Importer
by atkintc
This tool allows you to quickly import animations from an Aseprite JSON file and spritesheet. Updated for Godot 4 Beta 5.

AreaOfSight2D
by arzzzen
This tool adds the node for procedurally generated area of sight for 2D games. Usually used for enemies in stealth games. The asset adds two nodes: - AreaOfSight2D for AOS - AreaOfSightAgent2D for trackable objects Check the custon scene to understand how to configure these two nodes.