cant rename animation

ok so i downloaded a zombie, it came as an fbx with 2 animations, 1 to walk and 1 for when it dies except there both called take 001 so how would i call the death animation when it dies if there both called take 001?

3 Answers

3

Look here:
http://unity3d.com/support/documentation/Manual/Animations.html

if the anims are in separate files, scroll down to
“Importing Animations using multiple model files”

if the anims are in the same file, scroll down to
“Importing Animations using Animation Splitting”

VERY VERY EASY FIX =]
select the animation clip ,go to Edit,Duplicate … then just rename the duplicated animation clip in the project window . you can delete the original one after if you like …

If it’s all in one animation object…

Instead of selecting the animation component in the project view:

  1. Select the parent object in the project view
  2. Near the top of the inspector there should be three options: Model, Rig, Animations
  3. We want to select the Animations tab
  4. Scroll down a bit and look for the Clips section
  5. Select the clip you want to rename
  6. Rename it in the section below