ModelImporter.useFileUnits 使用文件单位

var useFileUnits : bool

Description描述

Detect file units and import as 1FileUnit=1UnityUnit, otherwise it will import as 1cm=1UnityUnit.

检测文件单位并导入,作为1FileUnit = 1UnityUnit,否则将导入作为1cm=1UnityUnit。

This setting is used only for .max files. It was introduced for backwards compatibility: there is a bug in some FBX 2011 plugins - they fail to pick up file units and export everything as 1unit=1cm. We fixed that problem by setting the units manually, but that breaks projects which were built with FBX 2011 plugins already, so useFileUnits was introduced as a solution. Set it to false if you want to default to centimeters in FBX exporter.

这个设置仅用于.max文件。据介绍为了向后兼容性:有一个bug在一些FBX 2011插件 - 它们不能拾取文件单位和导出作为1unit=1cm。我们修正了这个问题,通过手动设置单位,但已经FBX 2011插件的构建的会中断项目,所以useFileUnits作为解决方案被引入。如果你想默认为厘米在FBX导出,设置为false。

参见: isUseFileUnitsSupported.

最后修改:2011年5月26日 Thursday 14:20

本脚本参考基于Unity 3.4.1f5

英文部分版权属©Unity公司所有,中文部分© Unity圣典 版权所有,未经许可,严禁转载 。