Skip to content

Commit 22eb8f6

Browse files
committed
update package version
1 parent ce2b8fb commit 22eb8f6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
# Changes in Fbx Exporter
22

3-
## [UNRELEASED] - 2020-09-29
3+
## [4.0.0-pre.1] - 2020-10-16
44
### Changed
55
- The Export and Convert to Prefab options can now be changed in the FBX Export Settings in Edit > Project Settings > Fbx Export.
66
- The Export and Convert to Prefab Options windows will use these settings by default.
77
- 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.
88
- Disable buttons such as the "Install Integration" button when editing an FBX export setting preset.
99
- 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.
10-
- Made FBX SDK bindings Editor only so they are not copied into builds by default. In order to use at runtime,
11-
add the FBXSDK_RUNTIME define to Edit > Project Settings... > Player > Other Settings > Scripting Define Symbols.
10+
- Updated the FBX SDK bindings to 4.0.0-pre.1
11+
- Made FBX SDK bindings Editor only so they are not copied into builds by default. In order to use at runtime,
12+
add the FBXSDK_RUNTIME define to Edit > Project Settings... > Player > Other Settings > Scripting Define Symbols.
1213
- 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.
1314
- Previously the conversion was performed by the FBX exporter.
1415
- For the majority of cases there will be no noticeable difference in the final export result. If any custom export code that is affected by the axis system has been added or modified, it will
@@ -21,6 +22,7 @@
2122
- Fix Export Model and Convert to Prefab Variant setting presets not serializing settings properly.
2223
- Fix NullReferenceException when modifying a preset for the FBX export settings in Edit > Project Settings > Fbx Export.
2324
- Fix error in an export when the project settings are not writeable (e.g. if you're using Perforce).
25+
- Fix Compatible Naming checkbox not aligned properly in Export/Convert UI.
2426
- FBX SDK bindings no longer included in builds, fixing an issue with shipping on the Mac App Store.
2527

2628
### Known issues

com.unity.formats.fbx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName": "FBX Exporter",
4-
"version": "3.2.1-preview.2",
4+
"version": "4.0.0-pre.1",
55
"dependencies": {
66
"com.unity.recorder": "2.2.0-preview.4",
77
"com.unity.timeline": "1.0.0",

0 commit comments

Comments
 (0)