Skip to content

Commit cb017dd

Browse files
authored
Merge pull request #377 from Unity-Technologies/UNI-43738-1.3.0b3-forum-release
Uni 43738 1.3.0b3 forum release
2 parents 8b4da7a + 7ed40c2 commit cb017dd

File tree

5 files changed

+21
-5
lines changed

5 files changed

+21
-5
lines changed
Binary file not shown.

Assets/FbxExporters/FBX_Exporter_User_Guide.pdf.meta

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

RELEASE_NOTES.md

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

3+
**Version**: 1.3.0b3
4+
5+
NEW FEATURES
6+
7+
* Updated documentation
8+
9+
FIXES
10+
11+
* ConvertToPrefab: fix Mesh Collider not pointing to exported mesh after converting
12+
* FbxExporter: fix so "Compatible Naming" doesn't modify scene on export
13+
* ConvertToPrefab: warn that hierarchy might change and animations could break when "Compatible Naming" is enabled
14+
315
**Version**: 1.3.0b2
416

517
NEW FEATURES

RELEASE_NOTES_EXTERNAL.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
RELEASE NOTES
22

3+
**Version**: 1.3.0b3
4+
5+
FIXES
6+
* ConvertToPrefab: fix Mesh Collider not pointing to exported mesh after converting
7+
* FbxExporter: fix so "Compatible Naming" doesn't modify scene on export
8+
39
**Version**: 1.3.0b2
410

511
NEW FEATURES
6-
712
* Unity3dsMaxIntegration: Allow multi file import
813
* Unity3dsMaxIntegration: Allow multi file export by scene selection
914

0 commit comments

Comments
 (0)