File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
com.unity.formats.fbx.tests Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changes in Fbx Exporter
2
2
3
+ ## [ 2.0.1-preview.11] - 2019-04-09
4
+ CHANGES
5
+ * Fix ExportTimelineClipTest failing in unit tests
6
+
3
7
## [ 2.0.1-preview.10] - 2019-04-01
4
8
FIXES
5
9
* Fix integration files still missing. They were ignored by .npmignore created when running Package Validation
Original file line number Diff line number Diff line change 2
2
"type" : " tests" ,
3
3
"name" : " com.unity.formats.fbx.tests" ,
4
4
"displayName" : " FBX Exporter Tests" ,
5
- "version" : " 2.0.0-preview.2 " ,
6
- "unity" : " 2018.2 " ,
5
+ "version" : " 2.0.0-preview.3 " ,
6
+ "unity" : " 2018.3 " ,
7
7
"description" : " This is not a user-facing package."
8
8
}
Original file line number Diff line number Diff line change 22
22
"revision": "@PACKAGE_REVISION@"
23
23
},
24
24
"relatedPackages": {
25
- "com.unity.formats.fbx.tests": "2.0.0-preview.2 "
25
+ "com.unity.formats.fbx.tests": "2.0.0-preview.3 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments