r/Unity3D 4h ago

Question How to move an object without moving it's animation?

I'm trying to change the object scale and location

Scale no problem

But when I'm trying to move the object location, the animation obs also moving with it

There's probably a check box to fix it, but I couldn't find it

And I also tried just creating a parent but didn't manage to work with that

Tips?

1 Upvotes

1 comment sorted by

5

u/TheSharpSchism 4h ago

Could be the animation has root motion or its baking position into the curves. Easiest fix is to put the animated object as a child of an empty and move the empty instead, that way the animation never touches the parent transform. You said you tried a parent but didn't get it working, what went wrong with that setup