Skip to content

Commit 4d0bb9c

Browse files
committed
update version, dependency and changelog
1 parent 2516ea7 commit 4d0bb9c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

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
39

410
## [2.0.3-preview.3] - 2019-09-24
511

com.unity.formats.fbx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName": "FBX Exporter",
4-
"version": "2.0.3-preview.3",
4+
"version": "3.0.0-preview.1",
55
"dependencies": {
66
"com.unity.recorder": "2.1.0-preview.1",
77
"com.unity.timeline": "1.0.0",
8-
"com.autodesk.fbx": "2.0.1-preview.1"
8+
"com.autodesk.fbx": "3.0.0-preview.1"
99
},
1010
"unity": "2018.3",
1111
"unityRelease": "4f1",

0 commit comments

Comments
 (0)