We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f448ce commit cea4360Copy full SHA for cea4360
CMakeLists.txt
@@ -23,7 +23,7 @@ endif()
23
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
24
25
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26
- set(PACKAGE_VERSION "sprint43")
+ set(PACKAGE_VERSION "1.3.0a1")
27
endif()
28
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
29
RELEASE_NOTES.md
@@ -1,5 +1,13 @@
1
RELEASE NOTES
2
3
+**Version**: 1.3.0a1
4
+
5
+FIXES
6
+* FbxExporter: fixed so last keyframe is exported
7
+* fix Universal Windows Platform build errors
8
9
+Error caused by UnityFbxSdk.dll being set as compatible with any platform instead of editor only.
10
11
**Version**: sprint43
12
13
NEW FEATURES
0 commit comments