File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ endif()
23
23
message (STATUS "Building for ${CMAKE_BUILD_TYPE} " )
24
24
25
25
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION} " STREQUAL "" )
26
- set (PACKAGE_VERSION "sprint35 " )
26
+ set (PACKAGE_VERSION "sprint36 " )
27
27
endif ()
28
28
message (STATUS "Using Package Version: ${PACKAGE_VERSION} " )
29
29
Original file line number Diff line number Diff line change 1
- RELEASE NOTES
1
+ RELEASE NOTES
2
+
3
+ ** Version** : sprint36
4
+
5
+ NEW FEATURES
6
+ * FbxExporter: Don't export visibility
7
+
8
+ FIXES
9
+ * FbxPrefabAutoUpdater: Now accepts updates to RectTransforms
10
+ * FbxExporter: Fix so camera exports with correct rotation
11
+ * MayaIntegration: Fix so the "SendToUnity" button in Maya is hidden on startup
12
+ * FbxPrefabAutoUpdater: Fix updating gameObjects with missing components
13
+ * UnityIntegration: Catch and print installation errors from 3D applications
14
+ * FbxExporter: Fix incorrect scaling when importing into Maya
15
+ * FbxExportSettings: Fix vendor location environmnet variable pointing to empty folder
16
+ * MaxIntegration: Reset export path on new scene
2
17
3
18
** Version** : sprint35
4
19
You can’t perform that action at this time.
0 commit comments