- Home /
How to make a single animation for a group of units.
So I have this problem, I need to create a fighting scene with multiple models, the problem when I try to do so , I get animation mismatches, because I can't use a single animation clip for all of those units, and without constant references to other units position ,because unity doesn't let me freeze them,I can't create a seamless animation.
In short I need to know how to freeze in editor mode units animation positions or be able to animate couple of models in a single animation clip.
Hi, It sounds like you need to nest the game objects with the animations inside parent game objects and then use the parent objects positions to control the actual position of the unit. This way the animation will play independently and be re-usable too. - HerDev
Your answer
Follow this Question
Related Questions
Combine multiple animation transforms in one animation 0 Answers
How do you control where your animation starts? 1 Answer
Unity 5.5: Jump to Frame in Unity Animation Window 0 Answers
Animation editor Issue and a weird disappearing bug 1 Answer
Checking animation playing in ieunmerator. Is there a better way to do this? 1 Answer