Skip to content

Instantly share code, notes, and snippets.

@peroon
Created November 18, 2015 07:00
Show Gist options
  • Save peroon/d21b28a9fd067adc1e57 to your computer and use it in GitHub Desktop.
Save peroon/d21b28a9fd067adc1e57 to your computer and use it in GitHub Desktop.
Change animation speed in unity mecanim
var animator = unityChan.GetComponent<Animator> ();
animator.speed = 10.0f;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment