Skip to content

Commit 9a566f2

Browse files
authored
Merge pull request #479 from Unity-Technologies/v2.0.2
v2.0.2 release
2 parents d299a3e + 802dc44 commit 9a566f2

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,17 @@
22

33

44

5-
## [2.0.2] - 2019-05-21
5+
## [2.0.2-preview.1] - 2019-06-20
66

77
NEW FEATURES
88

9-
* It is no longer necessary to manually update Linked Prefabs or create Prefab Variants for FBX files.
9+
* It is no longer necessary to manually create Prefab Variants for FBX files.
1010
* Added **Convert to FBX Linked Prefab** menu item for creating FBX Linked Prefabs. FBX Linked Prefabs are Prefab Variants of the exported FBX's Model Prefab.
1111
* Updated the documentation.
1212

13+
FIXES
14+
* Fixed error when exporting selected Timeline Clip
15+
1316
## [2.0.1-preview.11] - 2019-04-10
1417

1518
CHANGES

com.unity.formats.fbx/Documentation~/devguide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,4 @@ protected void ImportScene (string fileName)
8484

8585
### Limitations
8686

87-
* IL2CPP is not supported
8887
* Only 64 bit Windows and MacOS standalone player builds are supported

com.unity.formats.fbx/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "com.unity.formats.fbx",
33
"displayName": "FBX Exporter",
4-
"version": "2.0.1-preview.11",
4+
"version": "2.0.2-preview.1",
55
"dependencies": {
66
"com.unity.timeline": "1.0.0",
7-
"com.autodesk.fbx": "2.0.0-preview.7"
7+
"com.autodesk.fbx": "2.0.1-preview.1"
88
},
99
"unity": "2018.3",
1010
"unityRelease": "4f1",

0 commit comments

Comments
 (0)