Answer the question
In order to leave comments, you need to log in
How can I implement separate animation of different parts of an object in Unity 3d?
What is the best way to make different parts of the same object animate at the same time? For example, there is a boat with oars that must row at the same time, so that only the animation start time for each oar differs (i.e., they row alternately),
Answer the question
In order to leave comments, you need to log in
On the boat (or other parent object of both oars) you need to hang an animator, attach an animation of the movement of the oars to it. After all, from the animator you can animate all child objects.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question