File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
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 "sprint30 " )
26
+ set (PACKAGE_VERSION "sprint31 " )
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
1
RELEASE NOTES
2
2
3
+ ** Version** : sprint31
4
+
5
+ NEW FEATURES
6
+
7
+ * Added 3ds Max 2017 support
8
+
9
+ Import/Export menu items added into a Unity menu item on the main menu bar.
10
+
11
+ FIXES
12
+ * FbxPrefab: Avoid trying to update Rect Transforms with the fbx's Transform component
13
+ * Export Settings: Rename "DCC Application" to "3D Application"
14
+ * Unity 3ds Max integration: Fix model rotated by 90 degrees along x when importing into Unity
15
+
16
+
3
17
** Version** : sprint30
4
18
5
19
NEW FEATURES
You can’t perform that action at this time.
0 commit comments