I'm trying to make a transition from idle to slide by pressing left shift but i got this error, here is the code. Please help.
}
private void HandleSlide()
{
if (slide)
{
myAnimator.SetBool ("slide");
}
}
↧