Hi,
I'm making a simple comparison of the Horizontal axis (GetAxis) to transit to another state. If Horizontal is < 0, I want to transit to MoveLeft state. But even if Horizontal is equal to -1, I stay in the current sate. Am I missing something ?
Note : It's not working with or without the NextFrame Event.
Thanks for any help!
// Update : When I don't use GetAxis and change Horizontal variable manually, the transition works. An issue with GetAxis?