- Home /
Importing (animated) 3D Models into Unity3D
Hello,
I am totally new to Unity and I have a question. If I have a "morphing" animation object created in a 3D Tool such as Cinema 4D, when I import it into Unity, would I still be able to "play" the morphing object when I need it? Or to be more precisely......is it possible to import my object in "normal" state and then "play" the morphing animation inside Unity via code?
Thanks in Advance.
Answer by Itinerant · Dec 28, 2012 at 11:19 PM
It sounds like what you're trying to do is vertex animation, if you're doing a 'morph' of some sort. Unity doesn't actually support that type of animation, but there are some suggestions on how to get around those limitations via scripting here: http://answers.unity3d.com/questions/9734/how-to-get-vertex-animation-into-unity.html
Generally, though, if you animate something in a program, all you need to do is export the fbx (making sure to include animations, if you're using something like 3ds Max that makes them optional), then you can play/slice them up inside of Unity using Animation scripts and the inspector.
Got it. But, it is possible to import an animated object and play it, right? Like.... for example... in the occasion where two objects in the game "hit" each other... would it be possible to show a "morph" animations previously loaded? (another asset).
Answer by SpookyCat · Jan 03, 2013 at 09:48 AM
You need to check out MegaFiers that has morphing and it will import animated morphs and give you complete control over the playback etc, it has exporters for Max, Maya and Blender, but if you use Cinema4D then the workflow is to export to collada format from C4D then use blender and the exporter. http://www.west-racing.com/mf/?page_id=257
Answer by Hsj_Sampa · Jan 03, 2013 at 09:56 PM
That really seems a good option to my game's idea. I will keep an eye on this tool. Thank you.
Your answer

Follow this Question
Related Questions
How can I add a detail to the model? 0 Answers
Camera only showing 'touching' objects 2 Answers
3D Character Models 2 Answers
Human model clothes 1 Answer
Importing 3d objects - animated 1 Answer