com.unity.formats.fbx 5.0.0-pre.1

com.unity.formats.fbx

Notes: processedReleased October 4, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2020.3

Package Dependencies

Features

  • Exposed FBX Recorder Settings class to the public API.
  • Exposed functions to pass export options on export to the public API.
  • Exposed function to convert to prefab variant to the public API.

📈 Improvements

  • Added support for exporting texture offset, scale and wrap mode. Thank you to @hybridherbst for the additions.
  • Updated the minimum Unity version to 2020.3.
  • Updated the minimum Recorder version to 4.0.0.
  • Updated the FBX SDK bindings to 5.0.0-pre.1.

🔧 Bug Fixes

  • Cache result of SelectionContainsPrefabInstance in Editor Window to avoid unnecessary recalculations.
  • Use lists instead of dictionaries for property channel maps in order to ensure consistent order of operations.
  • Add optimizations to speed up convert to prefab variant.
  • Improve formatting and functions of the FBX exporter. Thank you to @smitdylan2001 for the contributions.
  • Fix errors when opening FBX export project settings on Linux.