File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ endif()
23
23
message (STATUS "Building for ${CMAKE_BUILD_TYPE} " )
24
24
25
25
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION} " STREQUAL "" )
26
- set (PACKAGE_VERSION "1.2.0b1 " )
26
+ set (PACKAGE_VERSION "sprint41 " )
27
27
endif ()
28
28
message (STATUS "Using Package Version: ${PACKAGE_VERSION} " )
29
29
Original file line number Diff line number Diff line change 1
1
RELEASE NOTES
2
2
3
+ ** Version** : sprint41
4
+
5
+ NEW FEATURES
6
+ * Added support for exporting lights
7
+ * FbxExporter: added ability to export animation on transforms
8
+ * FbxExporter: added ability to export animation on lights
9
+
10
+ Supports exporting animation of a light component's Intensity, SpotAngle, and Color
11
+
12
+ * FbxExporter: Added support for exporting Skinned Meshes
13
+
14
+ FIXES
15
+ * Export Settings: Added back support for MAYA_LOCATION
16
+ * Export Settings: fixed dropdown preference for Mayalt
17
+ * FbxPrefabAutoUpdater: fixed so RectTransforms update correctly in Unity 2017.3
18
+ * ConvertToPrefab: fixed null reference exception when converting missing components
19
+
3
20
** Version** : 1.2.0b1
4
21
5
22
NEW FEATURES
You can’t perform that action at this time.
0 commit comments