
Fix error in an export when the project settings are not writeable (e.g. Fix NullReferenceException when modifying a preset for the FBX export settings in Edit > Project Settings > Fbx Export. Fix Export Model and Convert to Prefab Variant setting presets not serializing settings properly. Update minimum supported Unity version to 2019.4. For more details see Change dependency on Unity Recorder to an optional one so it is no longer immediately installed when installing the FBX exporter package. Export animation curve tangents instead of baking animation. There may be discrepancies in the Aim constraint and Parent constraint export result compared to before, however these should still import correctly into Autodesk® Maya® and other DCCs. Need to use Unity's axis system (left handed with odd parity), instead of converting directly to Autodesk® Maya®'s. If any custom export code that is affected by the axis system has been added or modified, it will For the majority of cases there will be no noticeable difference in the final export result. Previously the conversion was performed by the FBX exporter. Use DeepConvertScene from Autodesk® FBX SDK to convert from Unity (left handed system with odd parity) to Autodesk® Maya® (right handed system with odd parity) axis system. > Player > Other Settings > Scripting Define Symbols.
In order to use at runtime,Īdd the FBXSDK_RUNTIME define to Edit > Project Settings. Made FBX SDK bindings Editor only so they are not copied into builds by default.Updated the FBX SDK bindings to 4.0.0-pre.1.Rename "Show Convert UI" in project settings to "Display Options Window" and use it for both the Convert and Export windows instead of just the Convert to Prefab window.Disable buttons such as the "Install Integration" button when editing an FBX export setting preset.When modifying the settings in the Export/Convert to Prefab windows, the Project Settings are no longer updated, but the changes persist for the remainder of the Unity session.The Export and Convert to Prefab Options windows will use these settings by default.The Export and Convert to Prefab options can now be changed in the FBX Export Settings in Edit > Project Settings > Fbx Export.Exporting an empty mesh (MeshFilter with null sharedMesh), fails to export with ArgumentNullException.Fix missing icon error when using FBX recorder with Unity Recorder 2.5.2.
Moved Developer Guide to Scripting API index page.Moved Asset Store update information to separate page in documentation.Added missing release date information to changelog.Fix ArgumentNullException on Linux when opening Export Options window.
Update from prerelease to released package.