Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


fbx_importing

This is an old revision of the document!


FBX Importing

Importing FBX files in Unity with the correct scale, rotation, and axis is fraught.

General Notes:

FBX files seem to be in cm by default, but can support other units. Other unit scales are achieved in FBX by by setting GlobalSettings→Properties70→UnitScaleFactor property in the file. For example, when exporting a 1 meter cube in 'meters' from Blender, this results in a fbx file like:

 - GlobalSettings->Properties70->UnitScaleFactor = (100.0)
 - CubeObject
    - Lcl Scaling = (100,100,100)
fbx_importing.1615741895.txt.gz · Last modified: 2021/03/14 17:11 by 73.95.178.156