2D

Showing 180 of 287 results
Page15 of 24
2D Shapes hero image

2D Shapes

by technocatdev

FREE

2D geometric shapes for prototyping and animating in Godot. - Create rectangles, ellipses, arrows, triangles, stars and regular polygons just by adding a node - Edit the geometric shapes with your mouse - Select between Filled, Outline and Filled + Outline - Animate properties with Godot's animation system - Full undo/redo support

EasyTrajectory hero image

EasyTrajectory

by dynamder

FREE

This plugin allows you to create trajectories (e.g. bullet, enemy, etc.) in a simple but powerful way. you can: 1. create simple trajectories directly 2. combine multiple trajectories in special ways to form complex trajectories 3. use dictionary (which can be loaded from a json file) to create complex trajectories 4. well support for custom trajectory types

BoneIK hero image

BoneIK

by thiagola92

FREE

Inverse Kinematic addon for Godot.

2D Editor Light Toggle hero image

2D Editor Light Toggle

by axuap

FREE

Adds a light toggle in canvas editor's toolbar. Use this toggle to view your level without lighting (for example, dark levels). Affects editor only, runtime lights will be there as usual. Note: Works only for PointLight2D and DirectionalLight2D (not CanvasModulate).

EffectBus 2D (C#) hero image

EffectBus 2D (C#)

by chasecarlson1

FREE

An EffectBus node manages object pools of AnimatedSprite2D-based effects for performance optimization. The best use case of an EffectBus node is to pool hundreds (or even thousands) of AnimatedSprite2D flipbook effects in a scene where the effects can to be y-sorted, unlike using a regular particle system.

GDCEF Godot4 hero image

GDCEF Godot4

by lecrapouille

FREE

gdCEF - Web Viewer Plugin for Godot 4.x ======================================= gdCEF is a web viewer plugin for Godot >= 4.2, compatible with Linux, Windows, and macOS. It uses the Chromium Embedded Framework (CEF) to bring web content into your 2D and 3D applications. Notes: ------ 1. Godot 3 users: gdCEF is no longer maintained but still available here: https://godotengine.org/asset-library/asset/1426 2. Android and iOS are not supported by CEF and therefore not by gdCEF. Installation Meth...

HexagonDisplay2D 2D hero image

HexagonDisplay2D 2D

by kuhnchris

FREE

Displays a (filled) hexagon 2D graphic, as used for example in RPGs for showing the distribution of attributes or alignments. This is the result of a community question from the German Discord Channel.

Fader hero image

Fader

by madcatvr

FREE

Addon offers easy to use fader. The most typical usage is for transitions: func _transition(): await $Fader.fade_to_black() # hide/unload old stuff # show/load new stuff $Fader.fade_to_clear() Noteworthy features: - blocks mouse input on fade out (but allows on fade in) - fading can be awaited - allows fading out to any color in addition to standard fade_to_black and fade_to_white - allows fade speed customization

Awesome Custom Cursor hero image

Awesome Custom Cursor

by david4c

FREE

A new customizable cursor! Edit an AnimatedSprite2D and thats it! Install once and no further configuration! Features * Animation support

Rapier Physics 2D - Fast Version with Parallel SIMD Solver 2D hero image

Rapier Physics 2D - Fast Version with Parallel SIMD Solver 2D

by ughuuu

FREE

A 2D drop-in replacement for the Godot engine that adds stability and fluids. This version is deterministic, just not cross platform deterministic. This version has: - SIMD (Single instruction, multiple data) operations for even faster performance - parallel solving.

StateMachine 2D hero image

StateMachine 2D

by 291700351

FREE

自己使用的,简单的状态机插件

Transform Container 2D hero image

Transform Container 2D

by phoenixstroh

FREE

Adds a control node to make transformative animations in ui easier while using containers.