Skip to content

Commit 7c1d5c6

Browse files
committed
update changelog and version number
1 parent 84ed33e commit 7c1d5c6

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
## [3.0.0-preview.2] - 2020-01-13
412
### Added
513
- Added FBX Recorder to record animations from the Unity Recorder directly to FBX (adds dependency to Unity Recorder).

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.0.0-preview.2",
4+
"version": "3.0.1-preview.1",
55
"dependencies": {
66
"com.unity.recorder": "2.1.0-preview.1",
77
"com.unity.timeline": "1.0.0",

0 commit comments

Comments
 (0)