Skip to content

Commit 6911c4b

Browse files
authored
Merge pull request #292 from Unity-Technologies/Uni-35974-sprint43-release
Uni-35974-sprint-43-release
2 parents c41ffe9 + 6d21ad8 commit 6911c4b

File tree

2 files changed

+10
-1
lines changed

2 files changed

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

RELEASE_NOTES.md

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

3+
**Version**: sprint43
4+
5+
NEW FEATURES
6+
* FbxExporter: Added support for exporting Blendshapes
7+
8+
FIXES
9+
* FbxExporter: Added unroll filter to support continuous rotations
10+
* FbxExporter: Fixed issue where exported animations always operated at 30 FPS, regardless of what they were originally
11+
312
**Version**: sprint42
413

514
NEW FEATURES

0 commit comments

Comments
 (0)