Idol animation (change direction) is working correctly, but walk animation is not working.
When I checked Animator in Unity, I noticed that there was no transition when I pressed WASD.
I thought it might be due to the fact that "Auto Animation" is unchecked in Combatants->Combatants.
However, in the completed version, that item is not on.
Who/What (function) performs the animation transition with walking?
If that is set up as in the tutorials, also check your combatant's prefab setup. The Update Mode here determines when the speed is measured, e.g. 2D tutorials move via physics, so it should be set to Fixed Update (as set up in the tutorials).
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
I had overlooked arrows (transition arrows) settings.
It worked when I changed "Preview source state" and Conditions.