#AnimationPlayer with more than 1 spritesheet:

1 messages · Page 1 of 1 (latest)

simple ivy
#

Hi, i´m trying to create some animations with AnimationPlayer node, but i have multiple spriteshees (one for each animation: idle, run, hit, etc). How can i select each frame? I know that if i had only 1 spritesheed with all animations, it will be more easy, but with some of them....i dont know. Can you help me please?

crisp island
#

i make multiple Sprite2D for each animation set it in the player and then in the code i disable each sprite that isnt used for the animation

fast pendant
simple ivy
#

thanks! i will try!