Skip to content

Commit

Permalink
update changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
vkovec committed Jan 22, 2020
1 parent 84ed33e commit 7c1d5c6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changes in Fbx Exporter

## [3.0.1-preview.1] - 2020-01-22
### Added
- Added option to export geometry when recording with the FBX recorder (in previous version geometry was always exported).
- Added settings to transfer animation between two transforms in the recorded hierarchy.

### Fixed
- It is now possible to record animated characters with the FBX recorder.

## [3.0.0-preview.2] - 2020-01-13
### Added
- Added FBX Recorder to record animations from the Unity Recorder directly to FBX (adds dependency to Unity Recorder).
Expand Down
2 changes: 1 addition & 1 deletion com.unity.formats.fbx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.unity.formats.fbx",
"displayName": "FBX Exporter",
"version": "3.0.0-preview.2",
"version": "3.0.1-preview.1",
"dependencies": {
"com.unity.recorder": "2.1.0-preview.1",
"com.unity.timeline": "1.0.0",
Expand Down

0 comments on commit 7c1d5c6

Please sign in to comment.