File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes in Fbx Exporter
2
2
3
+ ## [ 3.0.0-preview.1] - 2020-01-08
4
+ ### Added
5
+ - Added FBX Recorder to record animations from the Unity Recorder directly to FBX (adds dependency to Unity Recorder)
6
+
7
+ ### Changed
8
+ - Updated dependency to com.autodesk.fbx version 3.0.0-preview.1
3
9
4
10
## [ 2.0.3-preview.3] - 2019-09-24
5
11
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" : " 2 .0.3 -preview.3 " ,
4
+ "version" : " 3 .0.0 -preview.1 " ,
5
5
"dependencies" : {
6
6
"com.unity.recorder" : " 2.1.0-preview.1" ,
7
7
"com.unity.timeline" : " 1.0.0" ,
8
- "com.autodesk.fbx" : " 2 .0.1 -preview.1"
8
+ "com.autodesk.fbx" : " 3 .0.0 -preview.1"
9
9
},
10
10
"unity" : " 2018.3" ,
11
11
"unityRelease" : " 4f1" ,
You can’t perform that action at this time.
0 commit comments