Model files can contain a variety of data, such as Meshes, Animation Rigs and Clips, as well as Materials and Textures. Most likely, your file does not contain all of these elements at once, but you can follow any portion of the workflow that you need to:
1.在 Project 视图中选择文件以查看 Import Settings 窗口 2.设置模型特有的选项或常规导入器选项 3.设置骨架和动画的导入选项(不适用于 SpeedTree 模型) 4.处理材质和纹理 5.将文件拖入 Unity 中
有关如何从 3D 建模软件导出 Humanoid 动画的指南,请参阅做好导出人形模型的准备。
Note: Unity’s primary support for Model files is the FBX format.
You can however save your 3D files from most common 3D modeling software in their native format (for example, .max, .blend, .mb, .ma). When Unity finds them in your Assets
folder, it imports them by calling back to your 3D modeling software’s FBX export plug-in.
However, because importing native 3D formats requires that the 3D modeling software be installed on the same computer as Unity, we recommend you directly export as FBX from your application into your project folder.
无论要从模型文件中提取哪种数据,始终以相同的方式开始:
1.打开 Project 窗口和 __Inspector__,确保能同时看到这两个界面。
2.从 Project 窗口的 Asset 文件夹中选择要导入的__模型__文件。
__Inspector__ 中将打开 __Import Settings__ 窗口,其中默认显示 __Model 选项卡__。
SpeedTree 模型与其他模型可用的选项非常不同。例如,SpeedTree Model 选项卡提供的选项主要用于设置 LOD 级别之间的过渡。
角色和动画模型在其 Model 选项卡上提供更多样化的选项,允许您:
如果文件包含动画数据,可遵循使用 Rig 选项卡设置骨架并使用 Animation 选项卡提取或定义动画剪辑的准则。人形和通用(非人形)动画类型的工作流程不同,因为 Unity 要求人形类型有非常具体的骨骼结构,但对于通用类型只需了解哪个骨骼是根节点:
注意:SpeedTree 型号不具有 Rig 和 Animation 选项卡。
如果文件包含__材质__或__纹理__,可定义它们的处理方式:
1.单击 Import Settings 窗口中的 Materials 选项卡。 2.从 Material Creation Mode 下拉菜单中,选择您要如何从 FBX 文件导入材质。除非选择了 None__,否则 Materials__ 选项卡中会显示多个选项,包括 Location 选项,该选项的值决定了应显示的其他选项。 3.选择 Use Embedded Materials 选项将材质保持在导入的资源中。 4.设置完这些选项后,请单击 Import Settings 窗口底部的 Apply 按钮来保存这些设置,也可单击 Revert 按钮取消设置。
最后,可将文件导入场景中: