How can I set animation in visual script editor?
I can set/change animation by following code snippet:
$AnimatedSprite.animation = "walk"
But I can't input the animation's name in visual script editor. After I use the 'Set Animation' node, I can only select a class(although it is a string field) instead entering the animation name. Here's the whole operation (
"video").
Is that a bug ?