'I'm importing the fbx file in ue4. It's being imported in parts (leg, arm, head) how can I import it as a single piece?
I'm importing the fbx file in ue4. It's being imported in parts (leg, arm, head) how can I import it as a single piece?
Solution 1:[1]
All the components of the character need to be in a hierarchy in your FBX file, so that there is only one object at the top level.
Then you need to import it as a skeletal mesh.
If you leave 'Skeleton' and 'Physics Asset' as 'None' it will create the necessary objects for you.
See also: How To Import Skeletal Meshes
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Robot Head |