3rd Person Controllerを使って自分で作ったモデルを動かそうと思ったのですが、
以下のエラーが出てアニメーションが再生されません。

The animation state idle could not be played because it couldn't be found!
Please attach an animation clip with the name 'idle' or call this function only for existing animations.
UnityEngine.Animation:CrossFade(String)
ThirdPersonController:Update() (at Assets/Standard Assets/Character Controllers/Sources/Scripts/ThirdPersonController.js:337)

idle,walk,run,jumpというアニメーションも作り、3rd person controllerの該当箇所にドラッグ&ドロップしています。
(Mechanimは正常に動いているようです。)

警告を見るとどうもアニメーションをアタッチしなければならないようですが、これはなにかスクリプトファイル内をいじらなければならないのでしょうか?