Skip to content

Commit 7bd58b8

Browse files
authored
Merge pull request #190 from Unity-Technologies/UNI-29624-sprint-31-release
Uni 29624 sprint 31 release
2 parents 4f6bcd9 + ed9474b commit 7bd58b8

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "sprint30")
26+
set(PACKAGE_VERSION "sprint31")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
RELEASE NOTES
22

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+
317
**Version**: sprint30
418

519
NEW FEATURES

0 commit comments

Comments
 (0)