How to control animation position?

my animation have extension ‘.anim’ and I want to control it position. Most of the time when I put in other scene, and I click play they always stay on the same place. Finally, I want to control it position mean that I can put it position where i want when i click play they stay with position that i want…

Animations contain positional information. Animated objects must be childed to a control object which is moved instead, or they must be moved in LateUpdate.

If you’re using Mecanim, disable “Apply Root Motion” on the Animator component.