FPS Tutorial Part 3: Robot has no arms, legs, head

I’ve repeatedly restarted this section (labelled Robot AI) in case I got something wrong, but the same thing happens every time. The robot is fine but as soon as the game starts his arms, legs and head disappear, leaving the torso and gun (which still animate and shoot).

I even continued past and added the rigidbody “deadReplacement” which works fine, so when my robot dies he gains arms, legs and a head!

Anyone know what I did wrong?

Would someone please answer this question, I too am experiencing this problem.

The problem is the Scale Factor of all robot animation such as : robot@idle, robot@run … are set to 0.01 .Just change that value to 1 for all animation then you can go.