Hi community,
i have a character controlled with buttons. After pressing the buttons the Animator.Speed value will be changed.
The problem is that the transition of the animation is very hard. Probably cause of the constantly used Animator.SetFloat() function. When using arrow keys from keyboard it worked fine, but i dont want to use Input.GetAxis(“Horizontal”) for Animator.Speed value.
I hope there is a solution
br
Louis