2

To my knowledge, I can only import Bone-based Animation from 3ds Max or similar. Is there a way to import other types of animation? I'd like to import a construction animation like this. How can I import these animations in Unity? What is the easiest solution for this type of animation?

Same Question in UnityAnswers

1 Answer 1

1

Usual way to do that it is add bones to the all objects that you would like animate. For example in 3d App you have to create single mesh object which is contain all parts of the engine as sub-meshes and add one bone per sub-mesh (+ setup bone weights), and after it's it could be animated like standart objects animation (one mesh needed by performance reasons it's important to use only one skinned mesh).

Also you can to try Mega Fiers plugin which is provide abilities for vertex and morph animations.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

Not the answer you're looking for? Browse other questions tagged or ask your own question.