Is there any way to use AnimatedSprite2D for AnimationPlayer?
-
I noticed that when I'm adding property path to animationplayer node, I can choose animatedsprite2d as node to animate. I can even put an animation property on a timeline and set value to one of my animation from animated sprite2d. But I don't see any way to set keys and make it work. So my question wold be. Is there a way to set up animation player to play animation from animatedsprite2d?
-
Maybe try this plugin?
This can convert AnimtedSprite's animation frames in an AnimationPlayer.GitHub - poohcom1/godot-animated-sprite-2-player: A Godot addon to convert animated sprite frames to animations in an animation player.
A Godot addon to convert animated sprite frames to animations in an animation player. - poohcom1/godot-animated-sprite-2-player
GitHub (github.com)