I am using javascript, and a mac. It is also the unity free version. I have tried stuff like:
if(Input.GetButton(“sprint”)
animation.Play(“SprintAnim”)
and also:
if(Input.GetButton(“sprint”)
PlayerAnimSec.animation.CrossFade(“SprintAnim”)
neither have worked.