Hello,
I have my player’s animation controller managing two simple states: idle-walk.
States are switched via bools and everything works fine aside from the fact that the idle state doesn’t render the first run of the animation loop.
To make it more clear when I start the game, in the animator I see the idle animation properly starting immediately (the azure bar loads immediately) but the player gets actually animated only after the first run of the animation, and the same goes when exiting the walk animation back to idle…
Any pointers to a possible solution for this…? Thank you!!!