I am currently trying to optimize my animation because animator.SetBool("IsJumping", false); is said to be a lot slower than having:
animator.SetBool("IsJumping", false);
int ju