animation warning

I am getting the following error warning in the console:

“The animation state idleUpperBody could not be played because it couldn’t be found!
Please attach an animation clip with the name ‘idleUpperBody’ or call this function only for existing animations”

But it is false because the object (a character model) do have the “idleUpperBody” animation clip attached, and by the way it is being played so I don’t understand the warning.:shock:

Unity Pro 3.4.2

Error in your script maybe? spell check your variables compared to the name of the animation in the FBX importer options?

Spell checked, there is no error. I think it is a Unity strange bug.