Skip to content

Commit 0ad9291

Browse files
committed
add external release notes
1 parent 72c409e commit 0ad9291

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ endif()
259259
install(DIRECTORY ${CMAKE_SOURCE_DIR}/meta/FbxExporters
260260
DESTINATION .)
261261
install(FILES "${CMAKE_SOURCE_DIR}/meta/FbxExporters.meta" DESTINATION .)
262-
install(FILES "${CMAKE_SOURCE_DIR}/RELEASE_NOTES.md" DESTINATION FbxExporters RENAME "RELEASE_NOTES.txt")
262+
install(FILES "${CMAKE_SOURCE_DIR}/RELEASE_NOTES_EXTERNAL.md" DESTINATION FbxExporters RENAME "RELEASE_NOTES.txt")

RELEASE_NOTES_EXTERNAL.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
RELEASE NOTES
2+
3+
**Version**: 1.3.0a1
4+
5+
NEW FEATURES
6+
* FbxExporter: Added support for exporting Blendshapes
7+
* FbxExporter: Added support for exporting SkinnedMeshes with legacy and generic animation
8+
* FbxExporter: Added support for exporting Lights with animated properties (Intensity, Spot Angle, Color)
9+
* FbxExporter: Added support for exporting Cameras with animated properties (Field of View)
10+
* FbxExporter: Added support for exporting lights
11+
* FbxExporter: added ability to export animation on transforms
12+
13+
FIXES
14+
* fix Universal Windows Platform build errors
15+
16+
Error caused by UnityFbxSdk.dll being set as compatible with any platform instead of editor only.
17+
18+
**Version**: 1.2.0b1
19+
20+
**Version**: 1.1.0b1
21+
22+
**Version**: 1.0.0b1

0 commit comments

Comments
 (0)