How to replace an Animation State in Animator, without rebuilding all the transitions?

All I want to do is select one of the states here (aka an animation) and replace it with another animation without having to rebuild the transitions in/out of it. It would surprise me if this were not possible, but I can’t seem to intuitively find any option in the editor ui, nor have I been able to find a way via Googling and Unity Answers.

Thanks. (And yes, I know this particular animator state machine is fairly simple, so its not a lot of work to re-do transitions, but I’d like to know for other more complex Animator SMs in other projects).

When you click on a state, the inspector shows information about it.

104459-animatorstate.png

  1. Click on the the top-most input field and type the new name of the state and hit the Enter key.
  2. In your Project window, you can drag the AnimationClip you want and drop it into the Motion field in the Animator (or click in the little circle to open the asset finder)