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 9dc40cd commit 404083dCopy full SHA for 404083d
CMakeLists.txt
@@ -23,7 +23,7 @@ MESSAGE(STATUS "CMAKE_INSTALL_PREFIX is: " ${CMAKE_INSTALL_PREFIX})
23
24
option(CREATE_PACKAGE "Create Package" OFF)
25
if (NOT DEFINED PACKAGE_VERSION)
26
- set(PACKAGE_VERSION "sprint43")
+ set(PACKAGE_VERSION "1.3.0a1")
27
endif()
28
29
if (NOT DEFINED PACKAGE_PATH)
docs/RELEASE_NOTES.md
@@ -1,5 +1,9 @@
1
#RELEASE NOTES
2
3
+**Version**: 1.3.0a1
4
+
5
+Fix Universal Windows Platform build error caused by UnityFbxSdk.dll being set as compatible with any platform instead of editor only.
6
7
**Version**: sprint43
8
9
Add bindings for FbxAnimCurveFilterUnroll
0 commit comments