Skip to content

Commit 2b88291

Browse files
authored
Merge pull request #198 from Unity-Technologies/UNI-29648-1.1.0b1-forum-release
Uni 29648 1.1.0b1 forum release
2 parents 3acb38b + b39fcd0 commit 2b88291

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed
Binary file not shown.

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

RELEASE_NOTES.md

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

3+
**Version**: 1.1.0b1
4+
5+
NEW FEATURES
6+
7+
* Export Settings: Set application with latest version as default selection in 3D application dropdown
8+
9+
In case of a tie, use the following preference order: Maya > Maya LT > 3ds Max > Blender.
10+
11+
* Updated user documentation
12+
13+
FIXES
14+
15+
* Exporter: Fix FBX exported from Unity causing crash when imported in 3ds Max.
16+
* Export Settings: Fix hang when adding multiple installations of the same version of a 3D application to the dropdown
17+
318
**Version**: sprint32
419

520
NEW FEATURES

0 commit comments

Comments
 (0)