Hello everyone, im trying to make my character play randomly different idle animations…how do i do that exactly? so far i made a new blend tree added the animations and i created a random float parameter but i dont know what to do next! please help
private Animator _a;
…
_a = GetComponent();
…
_a.SetFloat(“Random”, UnityEngine.Random.value);