|
1 | 1 | RELEASE NOTES
|
2 | 2 |
|
| 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 | + |
3 | 39 | **Version**: sprint34
|
4 | 40 |
|
5 | 41 | NEW FEATURES
|
|
0 commit comments