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 11# Changes in Fbx Exporter
22
3- ## [ 4.0.0 ] - 2021-03-02
3+ ## [ 4.0.1 ] - 2021-03-10
44### 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.
67
78## [ 4.0.0-pre.4] - 2021-01-26
89### 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:
6464 ` UnityFbxForMaya {Version} {UnityIntegrationsPath}/Integrations/Autodesk/maya `
6565
6666 ** 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 ` )
6868 * ` {UnityIntegrationsPath} ` by the location where you unzipped ` UnityFbxForMaya.zip ` in first step.
6969 <br />
7070
Original file line number Diff line number Diff line change 11{
22 "name" : " com.unity.formats.fbx" ,
33 "displayName" : " FBX Exporter" ,
4- "version" : " 4.0.0 " ,
4+ "version" : " 4.0.1 " ,
55 "dependencies" : {
66 "com.unity.timeline" : " 1.0.0" ,
7- "com.autodesk.fbx" : " 4.0.0 "
7+ "com.autodesk.fbx" : " 4.0.1 "
88 },
99 "unity" : " 2019.4" ,
1010 "unityRelease" : " 0f1" ,
You can’t perform that action at this time.
0 commit comments