File tree Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Expand file tree Collapse file tree 4 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changes in Fbx Exporter
2
2
3
3
4
+ ## [ 2.0.3-preview.1] - 2019-08-27
5
+
6
+ FIXES
7
+ * Integrations were missing in 2.0.2 and 2.0.1 due to a packaging bug that automatically removed .zip files. They are back now.
4
8
5
9
## [ 2.0.2-preview.1] - 2019-06-20
6
10
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ install(
61
61
DESTINATION "${CMAKE_INSTALL_PREFIX} /com.unity.formats.fbx/Editor/Integrations~"
62
62
)
63
63
install (
64
- FILES "${CMAKE_SOURCE_DIR} /CHANGELOG.md" "${CMAKE_SOURCE_DIR} /LICENSE.md" " ${CMAKE_SOURCE_DIR} /.npmignore"
64
+ FILES "${CMAKE_SOURCE_DIR} /CHANGELOG.md" "${CMAKE_SOURCE_DIR} /LICENSE.md"
65
65
DESTINATION "${CMAKE_INSTALL_PREFIX} /com.unity.formats.fbx"
66
66
)
67
67
File renamed without changes.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " com.unity.formats.fbx" ,
3
3
"displayName" : " FBX Exporter" ,
4
- "version" : " 2.0.2 -preview.1" ,
4
+ "version" : " 2.0.3 -preview.1" ,
5
5
"dependencies" : {
6
6
"com.unity.timeline" : " 1.0.0" ,
7
7
"com.autodesk.fbx" : " 2.0.1-preview.1"
You can’t perform that action at this time.
0 commit comments