Is it possible to add Animations to Sprites without drawing it?

Godot Version

4.2.2

Question

In 3D Models you could just add an Animation to the Model and these are modular. Could it be done for Sprites as well. For example I could use an Animation Sprite and apply that to an existing one without drawing it myself for that Sprite?

You could leverage a puppet style animation with Skeleton2D, It’s a lot of setup and a totally different style though.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.