Hello,
I made a simple sprite animation (2D, sprite and animationPlayer) and in editor animation working but when I run 'game' there is no animation just static sprite.
animationPlayer.is_playing()
returns True same as
animationPlayer.get_current_animation()
returns test_anim (animation name)
Where can be the problem?
EDIT: Problem solved, I was trying to AnimationPlayer.play('anim') every frame so here is a problem :)