Skip to content

Commit f378069

Browse files
authored
Merge pull request #523 from Unity-Technologies/UT-3390-update-recorder-dependency
UT-3390 update recorder dependency version to 2.2.0-preview.4
2 parents 611d145 + 636bb56 commit f378069

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

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

3-
## [3.2.0-preview.1] - 2020-04-28
3+
## [3.2.0-preview.2] - 2020-05-19
44
### Added
55
- Added an option to the Autodesk® Maya® integration Unity menu for creating an export set.
66
- The option can be found in File > Unity > Create Export Set
@@ -10,6 +10,7 @@
1010

1111
### Changed
1212
- Do not search for Autodesk® installs in `D:/Program Files/Autodesk` (not a standard drive).
13+
- Update Unity Recorder dependency to version 2.2.0-preview.4.
1314

1415
### Fixed
1516
- Added a null check when inspecting whether a Timeline Clip is selected for export. This fixes a NullReferenceException when an object in the selection is null.

com.unity.formats.fbx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName": "FBX Exporter",
4-
"version": "3.2.0-preview.1",
4+
"version": "3.2.0-preview.2",
55
"dependencies": {
6-
"com.unity.recorder": "2.1.0-preview.1",
6+
"com.unity.recorder": "2.2.0-preview.4",
77
"com.unity.timeline": "1.0.0",
88
"com.autodesk.fbx": "3.0.1-preview.1"
99
},

0 commit comments

Comments
 (0)