Kizspy | Question: 7
(Choose 1 answer)
How would you set a parameter in a C# script to trigger an animation transition in Unity?
A. animator.SetTrigger("Jump");
B. animator.SetBool ("Is Jumping", true);
C. animator.SetFloat("Speed", 1.0f);
D. animator.SetInteger("State", 1);