Goutte / godot-addon-animated-shape-2d

Godot addon to animate a CollisionShape2D along with the frames of an AnimatedSprite2D. Useful for making changing hitboxes, hurtboxes and hardboxes. Comes with an Editor, making things easy.
MIT License
130 stars 1 forks source link

Support for AnimatedSprite3D #17

Open MHashirShahzad opened 5 days ago

MHashirShahzad commented 5 days ago

Hye, i wanna use this for an HD-2D game

Goutte commented 2 days ago

It might work ; since there are no union types (yet), things might be a little weird, but it appears that AnimatedSprite3D also has the properties and signals we need.

What kind of collision node would the addon write to, though ? Do you use CollisionShape2D ?

MHashirShahzad commented 2 days ago

i am using CollisionShape3D present inside CharacterBody3D.

Goutte commented 9 hours ago

Thanks. How do you envision creating the volume of the CollisionShape3D ?

Extrusion of the flat polygon of a CollisionShape2D ?