Hello.
I have update my player with the new tutorial of 2D grid battle. The Sprite and animator are on the Sprite object and now use the Direction/Speed parameters. It work fine with the player.
But when I have a second combattant in group, with the Follow leader move IA,
the second combattant seems to have Direction/Speed parameter staying still at initial value.
Hear some screenshot. The red girl is the player, she has direction 0 and speed 5.9 (why this speed, I never understand since the walk speed is 3...). She walks to the right.
The blue girl (June) is following, but facing left with Speed 5.9 and direction 2 !
Same when player doesn't move :

It's worse when the player sprint (Speed 10) : the blue girl stays at Speed 5.9 and re-spawn every time she is too far ! Re-Spawn a lot. But when she spawns, she has the same direction as player.