File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
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.0a1 " )
26
+ set (PACKAGE_VERSION "sprint45 " )
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** : sprint45
4
+
5
+ NEW FEATURES
6
+
7
+ * FbxPrefabAutoUpdater: Added option to export settings to disable auto update of prefabs
8
+ NOTE: meshes will still update even if the FbxPrefabAutoUpdater is disabled
9
+
10
+ * FbxExporter: Added animation only export
11
+
12
+ Use GameObject menu or context menu to select "Export Animation Only". Animation will be taken from
13
+ Animation and Animator components. All animation clips will be saved to the same fbx.
14
+ The first clip exported will be the default clip from the root Animator or Animation component.
15
+
3
16
** Version** : 1.3.0a1
4
17
5
18
FIXES
You can’t perform that action at this time.
0 commit comments