File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
proto.com.unity.formats.fbx Expand file tree Collapse file tree 2 files changed +4
-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.6] - 2019-02-06
3
+ ## [ 2.0.1-preview.6] - 2019-02-08
4
4
CHANGES
5
5
* Updated package.json
6
6
* Reverted change to Runtime asmdef
7
7
* Fixed non-deterministic behaviour in tests
8
+ * Updated com.autodesk.fbx to 2.0.0-preview.7
8
9
9
10
## [ 2.0.1-preview.5] - 2019-02-01
10
11
CHANGES
Original file line number Diff line number Diff line change 4
4
"version": "@PACKAGE_VERSION@",
5
5
"dependencies": {
6
6
"com.unity.timeline": "1.0.0",
7
- "com.autodesk.fbx": "2.0.0-preview.6 "
7
+ "com.autodesk.fbx": "2.0.0-preview.7 "
8
8
},
9
9
"unity": "2018.3",
10
10
"unityRelease": "4f1",
22
22
"revision": "@PACKAGE_REVISION@"
23
23
},
24
24
"relatedPackages": {
25
- "com.unity.formats.fbx.tests": "2.0.0-preview.1 "
25
+ "com.unity.formats.fbx.tests": "2.0.0-preview.2 "
26
26
}
27
27
}
You can’t perform that action at this time.
0 commit comments