Skip to content

Commit 34ce706

Browse files
authored
Merge pull request #196 from Unity-Technologies/UNI-30029-sprint32-release
UNI-30029 sprint 32 release
2 parents d162799 + c8bb9eb commit 34ce706

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-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 "sprint31")
26+
set(PACKAGE_VERSION "sprint32")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

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

3+
**Version**: sprint32
4+
5+
NEW FEATURES
6+
7+
* 3DsMax Unity Integration: Added popup suggesting user set system units to centimeters
8+
9+
Will only show up if system units are not already centimeters.
10+
Click "yes" to change system units to centimeters, "no" to leave units as is.
11+
If "no" is clicked, popup will not show up again for this session or .max file.
12+
13+
FIXES
14+
15+
* 3DsMax Unity Integration: In 3ds Max 2017 move the Unity menu before the Help menu in the main menu bar
16+
* 3DsMax Unity Integration: Fix so file units are always exported as cm. Adjust scaling according to system units
17+
e.g. a 3 meter cube in Max will export as a 300 cm cube in Unity
18+
19+
320
**Version**: sprint31
421

522
NEW FEATURES

0 commit comments

Comments
 (0)