File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changes in Fbx Exporter
2
2
3
- ## [ 4.0.0 ] - 2021-03-02
3
+ ## [ 4.0.1 ] - 2021-03-10
4
4
### Changed
5
- - Update from prerelease to released package (remove "pre" from version).
5
+ - Update from prerelease to released package.
6
+ - Updated the FBX SDK bindings to 4.0.1.
6
7
7
8
## [ 4.0.0-pre.4] - 2021-01-26
8
9
### Fixed
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ To manually install an Autodesk® Maya® or Autodesk® Maya LT™ Integration:
64
64
` UnityFbxForMaya {Version} {UnityIntegrationsPath}/Integrations/Autodesk/maya `
65
65
66
66
** Note:** You need to replace:
67
- * ` {Version} ` by the version number of your FBX Exporter package (for example, ` 4.0.0 ` )
67
+ * ` {Version} ` by the version number of your FBX Exporter package (for example, ` 4.0.1 ` )
68
68
* ` {UnityIntegrationsPath} ` by the location where you unzipped ` UnityFbxForMaya.zip ` in first step.
69
69
<br />
70
70
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.formats.fbx" ,
3
3
"displayName" : " FBX Exporter" ,
4
- "version" : " 4.0.0 " ,
4
+ "version" : " 4.0.1 " ,
5
5
"dependencies" : {
6
6
"com.unity.timeline" : " 1.0.0" ,
7
- "com.autodesk.fbx" : " 4.0.0 "
7
+ "com.autodesk.fbx" : " 4.0.1 "
8
8
},
9
9
"unity" : " 2019.4" ,
10
10
"unityRelease" : " 0f1" ,
You can’t perform that action at this time.
0 commit comments