Skip to content

Commit 19cb751

Browse files
committed
update release notes
1 parent 5984802 commit 19cb751

File tree

1 file changed

+8
-37
lines changed

1 file changed

+8
-37
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,16 @@
11
RELEASE NOTES
22

3-
**Version**: 0.0.5a
3+
**Version**: 0.0.6a
44

55
NEW FEATURES
66

7-
* Automatic file naming
7+
* Model prefab path preference
88

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.
1010

11-
Added option to rename Object and Material names on export to be Maya compatible.
11+
* FbxExporter Maya plugin
1212

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

Comments
 (0)