Skip to content

Commit 0fbd9a7

Browse files
committed
add release notes + update version #
1 parent 7f174c2 commit 0fbd9a7

File tree

2 files changed

+37
-1
lines changed

2 files changed

+37
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ endif()
2323
message(STATUS "Building for ${CMAKE_BUILD_TYPE}")
2424

2525
if (NOT DEFINED PACKAGE_VERSION OR "${PACKAGE_VERSION}" STREQUAL "")
26-
set(PACKAGE_VERSION "sprint34")
26+
set(PACKAGE_VERSION "sprint35")
2727
endif()
2828
message(STATUS "Using Package Version: ${PACKAGE_VERSION}")
2929

RELEASE_NOTES.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,41 @@
11
RELEASE NOTES
22

3+
**Version**: sprint35
4+
5+
NEW FEATURES
6+
7+
* Fbx Exporter: Added camera export support
8+
9+
NOTE: for GameObjects that have both a mesh and a camera component, only the mesh will be exported.
10+
11+
* Export Settings: Grouped settings visually into 2 categories
12+
13+
Categories are: Export Options and Integration
14+
15+
* Maya Unity Integration: Added export setting option to hide native "File->Send To Unity" menu
16+
17+
* Unity 3D application Integration: Different installation popup message if "Keep 3D Application opened" checked
18+
19+
To avoid misleading successful installation message popping up before installation completes, instead of
20+
"Enjoy the new Unity menu in {3DApp}", show "Installing Unity menu in {3DApp}, application will open once installation is complete",
21+
if user selected to launch the 3D application after installation.
22+
23+
* Maya Unity Integration: Added Unity plugin version to File->Unity menu item's tooltip
24+
25+
* Fbx Exporter: Export GameObject visibility
26+
27+
Set FbxNode visibility based on whether a GameObject is enabled.
28+
NOTE: a disabled FBX node will be imported into Unity as an enabled GameObject with a disabled Mesh Renderer.
29+
NOTE: in 3ds Max disabled objects will still be visible
30+
31+
FIXES
32+
* Export Settings: Changed "Launch 3D Application" to "Keep 3D Application opened"
33+
* Fbx Exporter: cleaned up code: removed TODO's, unused, and commented out code
34+
* Export Settings: Fix settings giving error when updating to sprint34 package
35+
* Fbx Exporter: fix error when exporting meshes with missing normals, tangents, binormals, or vertex colors
36+
* Export Settings: Fix empty dropdown selection when uninstalling 3D applications
37+
* Convert to Linked Prefab: fix prefab instance name differing from prefab file name when filename is incremented
38+
339
**Version**: sprint34
440

541
NEW FEATURES

0 commit comments

Comments
 (0)