|
1 | 1 | RELEASE NOTES
|
2 | 2 |
|
3 |
| -**Version**: 0.0.5a |
| 3 | +**Version**: 0.0.6a |
4 | 4 |
|
5 | 5 | NEW FEATURES
|
6 | 6 |
|
7 |
| -* Automatic file naming |
| 7 | +* Model prefab path preference |
8 | 8 |
|
9 |
| -When exporting the default filename is name of top level selection. If multiple objects are selected then we use the last name exported or if it’s the first time then we use Untitled.fbx. |
| 9 | +Added a preference to the Fbx Export Preferences to control where Convert to Model saves models. |
10 | 10 |
|
11 |
| -Added option to rename Object and Material names on export to be Maya compatible. |
| 11 | +* FbxExporter Maya plugin |
12 | 12 |
|
13 |
| -We ensure that generated filenames do not contain invalid characters. |
14 |
| - |
15 |
| -* Reliable file system units |
16 |
| - |
17 |
| -Export in cm units, mesh set to real world (meter) scale. No import options need to be adjusted between Unity and Maya. |
18 |
| - |
19 |
| -* Freeze transform on export |
20 |
| - |
21 |
| -For selection containing a single object then zero out its transform in the FBX so it is at the world centre in Maya. |
22 |
| -For selection containing multiple objects then export their global transforms. |
23 |
| - |
24 |
| -* Support exporting multiple materials per mesh |
25 |
| - |
26 |
| -* Support exporting mesh instances |
27 |
| - |
28 |
| -Instanced meshes are exported once and then shared between FbxNodes. |
29 |
| - |
30 |
| -* Support exporting all available UV sets |
31 |
| - |
32 |
| -TODO: publish video demonstrating feature |
33 |
| - |
34 |
| -* Unit Tests |
35 |
| - |
36 |
| -Added test for default selection behaviour. |
37 |
| - |
38 |
| -FIXES |
39 |
| - |
40 |
| -* Export : Set default Albedo colour to white instead of grey if not found in source material so that it uses the same default as a new material. |
41 |
| -* Convert to Model : copy component values for components that already between the source hierarchy and the imported copy. |
42 |
| -* Convert to Model : ensure only called once from context menu with multiple selection. |
43 |
| -* Convert to Model: ensure instanced prefab linked to prefab on disk |
44 |
| -* Convert to Model: don’t overwrite existing files for example, if “Sphere.fbx” exists then the file will be called “Sphere1.fbx” |
45 |
| -* Convert to Model: ensure order of copied siblings in matches original; ensure all GameObjects have unique names before export |
| 13 | +Added a Maya plugin with one click integration from within Unity to install the plugin into Maya 2017. |
| 14 | +Headless install option also available through command line. |
| 15 | +The plugin creates a Unity menu item with 3 options in the drop down menu: Configure, Review, and Publish. |
| 16 | +The menu options do not yet have any functionality. |
0 commit comments