File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changes in Fbx Exporter
2
2
3
+ ## [ 3.0.1-preview.1] - 2020-01-22
4
+ ### Added
5
+ - Added option to export geometry when recording with the FBX recorder (in previous version geometry was always exported).
6
+ - Added settings to transfer animation between two transforms in the recorded hierarchy.
7
+
8
+ ### Fixed
9
+ - It is now possible to record animated characters with the FBX recorder.
10
+
3
11
## [ 3.0.0-preview.2] - 2020-01-13
4
12
### Added
5
13
- Added FBX Recorder to record animations from the Unity Recorder directly to FBX (adds dependency to Unity Recorder).
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" : " 3.0.0 -preview.2 " ,
4
+ "version" : " 3.0.1 -preview.1 " ,
5
5
"dependencies" : {
6
6
"com.unity.recorder" : " 2.1.0-preview.1" ,
7
7
"com.unity.timeline" : " 1.0.0" ,
You can’t perform that action at this time.
0 commit comments