Skip to content

Commit

Permalink
Merge pull request #523 from Unity-Technologies/UT-3390-update-record…
Browse files Browse the repository at this point in the history
…er-dependency

UT-3390 update recorder dependency version to 2.2.0-preview.4
  • Loading branch information
vkovec authored May 19, 2020
2 parents 611d145 + 636bb56 commit f378069
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changes in Fbx Exporter

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

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

### Fixed
- 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.
Expand Down
4 changes: 2 additions & 2 deletions com.unity.formats.fbx/package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"name": "com.unity.formats.fbx",
"displayName": "FBX Exporter",
"version": "3.2.0-preview.1",
"version": "3.2.0-preview.2",
"dependencies": {
"com.unity.recorder": "2.1.0-preview.1",
"com.unity.recorder": "2.2.0-preview.4",
"com.unity.timeline": "1.0.0",
"com.autodesk.fbx": "3.0.1-preview.1"
},
Expand Down

0 comments on commit f378069

Please sign in to comment.