Version: 2019.3
LanguageEnglish
  • C#

ModelImporter.fileScale

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public float fileScale;

Description

Scaling factor used when useFileScale is set to true (Read-only).

The scaling factor is based on the source of the model. For FBX files, the scaling factor is the multiplier that converts the unit of measurement, of the imported FBX file, to meters. For other file formats, the scaling factor is a constant: - .3ds, .mb, .ma, .c4d, .lxo, .jas : 0.1 - .max : 1.0

See Also: useFileScale.