Skip to content

Commit a4ffe43

Browse files
committed
update version number and release notes
1 parent c3479b2 commit a4ffe43

File tree

2 files changed

+14
-1
lines changed

2 files changed

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

RELEASE_NOTES.md

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

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+
316
**Version**: 1.3.0a1
417

518
FIXES

0 commit comments

Comments
 (0)