File tree Expand file tree Collapse file tree 3 files changed +19
-2
lines changed Expand file tree Collapse file tree 3 files changed +19
-2
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 "1.3.0b2 " )
26
+ set (PACKAGE_VERSION "1.3.0b3 " )
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** : 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
+ * ConvertTopPrefab: warn that hierarchy might change and animations could break when "Compatible Naming" is enabled
14
+
3
15
** Version** : 1.3.0b2
4
16
5
17
NEW FEATURES
Original file line number Diff line number Diff line change 1
1
RELEASE NOTES
2
2
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
+
3
9
** Version** : 1.3.0b2
4
10
5
11
NEW FEATURES
6
-
7
12
* Unity3dsMaxIntegration: Allow multi file import
8
13
* Unity3dsMaxIntegration: Allow multi file export by scene selection
9
14
You can’t perform that action at this time.
0 commit comments