diff --git a/CHANGELOG.md b/CHANGELOG.md index 309975c6c..0ef13bcee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changes in Fbx Exporter -## [3.0.0-preview.1] - 2020-01-13 +## [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). - Export animated focal length and lens shift of cameras. diff --git a/com.unity.formats.fbx/package.json b/com.unity.formats.fbx/package.json index 68ab9a230..a0868ecab 100644 --- a/com.unity.formats.fbx/package.json +++ b/com.unity.formats.fbx/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.formats.fbx", "displayName": "FBX Exporter", - "version": "3.0.0-preview.1", + "version": "3.0.0-preview.2", "dependencies": { "com.unity.recorder": "2.1.0-preview.1", "com.unity.timeline": "1.0.0",