Slow rotation down in Unity Animator

JGrn84 picture JGrn84 · Sep 24, 2015 · Viewed 8.7k times · Source

I have a simple rotation animation that spins an object on its axis. At the moment its spinning too quick and I want to slow it down, I've tried increasing the samples?? But I don't know that much about animation so I might be well off. How do I slow an animation down? It only has two keys.

Answer

frogatto picture frogatto · Sep 24, 2015

First, open the state machine associated with this animator by double-clicking on the controller field of your object.

enter image description here

Then select the animation you would want to slow down in the state machine. Then in Inspector panel there is a speed field. You can just decrease its value to slow the animation down.

enter image description here