From 14d7ceb999897bf3198456507c1560f30fed370b Mon Sep 17 00:00:00 2001 From: "DESKTOP-F8VO8FK\\Austin" Date: Mon, 15 Jan 2018 10:59:47 -0500 Subject: [PATCH] [UPDATED] cmakelists [UPDATED] release notes --- CMakeLists.txt | 2 +- RELEASE_NOTES.md | 17 +++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b6cea090a..bd0468444 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -23,7 +23,7 @@ endif() message(STATUS "Building for ${CMAKE_BUILD_TYPE}") if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "") - set(PACKAGE_VERSION "1.2.0b1") + set(PACKAGE_VERSION "sprint41") endif() message(STATUS "Using Package Version: ${PACKAGE_VERSION}") diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 3998289b2..6152cbbfb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,5 +1,22 @@ RELEASE NOTES +**Version**: sprint41 + +NEW FEATURES +* Added support for exporting lights +* FbxExporter: added ability to export animation on transforms +* FbxExporter: added ability to export animation on lights + +Supports exporting animation of a light component's Intensity, SpotAngle, and Color + +* FbxExporter: Added support for exporting Skinned Meshes + +FIXES +* Export Settings: Added back support for MAYA_LOCATION +* Export Settings: fixed dropdown preference for Mayalt +* FbxPrefabAutoUpdater: fixed so RectTransforms update correctly in Unity 2017.3 +* ConvertToPrefab: fixed null reference exception when converting missing components + **Version**: 1.2.0b1 NEW FEATURES