Godot Version
v4.0 stable
Question
It’s easy to create an animated sprite for a characterbody2D. However, the collision shape is static. How can I animate a collision shape (for example, a hitbox that swings with a sword)?
I’m working on a fighting game. These require many overlapping and moving detection regions.