Export Options window
Use the Export Options window to export a GameObject from the Hierarchy or to export an animation Clip from the Timeline to an FBX file. It displays options for specifying what gets exported.
Naming
Property | Function |
---|---|
Export Name | The name of the FBX file to export. |
Export Path | The location where the FBX Exporter saves the exported FBX file. |
Transfer Animation
Optionally transfer the animation from a GameObject to one of its descendants to export.
For example, when you export a character with mesh and skeleton held by separate child GameObjects, you might want to transfer the animation of the character to its skeleton to avoid mesh/skeleton separation issues when using in another modeling application.
Property | Function |
---|---|
Source | The GameObject to transfer the animation from. • This GameObject must be an ancestor of the Destination. • This GameObject doesn't have to be part of the export, it can be an ancestor of the GameObject to export. |
Destination | The GameObject to transfer the animation to. • This GameObject receives the animation from the Source as well as from any GameObjects in between in the hierarchy. |
Options
Property | Function | |
---|---|---|
Export Format | The FBX file format:ASCII or Binary. | |
Include | The scope of the export: Model(s) Only, Animation Only, or Model(s) + Animation. | |
LOD level | For level of detail (LOD) groups, the level of detail to export to: All levels, Highest, or Lowest. Note: • The FBX Exporter ignores LODs outside of the selected hierarchy. • The FBX Exporter does not filter out GameObjects that are used as LODs and does not export them if they are not direct descendants of their respective LOD Group. |
|
Object(s) Position | The position reference to use for the GameObjects to export. | |
Local Pivot | Resets the transform of the selected GameObject or group of GameObjects to the World center. If you select multiple GameObjects for export, the FBX Exporter centers these GameObjects around a shared root and keeps their relative placement unchanged. |
|
World Absolute | Keeps world transforms unchanged during the export. | |
Animated Skinned Mesh | Enable this option to export animation on GameObjects with skinned meshes. If you disable this option, the FBX Exporter does not export animation on skinned meshes. |
|
Compatible Naming | Enable this option to make the FBX Exporter rename GameObjects and Materials on export, according to specific character replacement rules. This ensures a compatible naming with Autodesk® Maya® and Autodesk® Maya LT™ to avoid unexpected name changes between Unity and these software. |
|
Export Unrendered | Enable this option to export meshes that don't have a renderer component or that have a disabled renderer component. For example, a simplified mesh used as a Mesh collider. |
|
Preserve Import Settings | Enable this option to preserve all import settings applied to an existing FBX file that is overwritten during the export. If you export the GameObject as a new FBX file, the FBX Exporter does not carry over the import settings. |
|
Keep Instances | Enable this option to export multiple copies of the same Mesh as instances. If unchecked, the FBX Exporter exports all Meshes as unique. |
|
Embed Textures | Enable this option to embed textures in the exported FBX. | |
Don't ask me again | Enable this option to use the same Export Options properties and hide this window when you export FBX files in the future. If you need to reset this property: from the Unity Editor menu, select Edit > Project Settings > Fbx Export and enable Display Options Window. |
Note
For FBX Model filenames, the FBX Exporter ensures that names do not contain invalid characters for the file system. The set of invalid characters might differ between file systems.
Default property values
If you set a Default Preset in the Preset Manager, the FBX Exporter automatically uses the values of this Preset as default property values. Otherwise, the FBX Exporter falls back to the values defined in FBX Export Project Settings.
However, if you modify the settings in the Export Options window during an export, the FBX Exporter preserves them as long as you keep the Unity Editor session open.