Muhammad Faizan Khan
Muhammad Faizan Khan

Reputation: 10551

Transform position is not updating during animation in unity3d

I have exported 3D Max Animation (Car Animation) FBX in unity, it is working fine.

Now, I want to move my object(cube) according to car animation so, I created a cube, make the child of the car object. But the problem is, cube is not moving along with the car (animated object). I checked in the inspector that my car object transform position is not changing.

Upvotes: 0

Views: 2837

Answers (1)

Swift
Swift

Reputation: 3410

Enable "Apply Root Motion" in your car's animator component.

Upvotes: 1

Related Questions