我在UE4中导入FBX文件。它是在零件(腿,手臂,头)中导入的,我该如何将其作为一件东西导入?
我正在UE4中导入FBX文件。它是在零件(腿,手臂,头)中进口的,我该如何将其作为一件作品进口?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
字符的所有组件都需要在您的FBX文件中的层次结构中,以便顶级只有一个对象。
然后,您需要将其作为骨骼网格导入。
如果您将'骨架'和'Physics Asset'作为'无'离开,它将为您创建必要的对象。
另请参见:
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