File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,16 @@ in the Fbx Export Settings
19
19
20
20
* Maya Integration: Unity->Import starting directory is Unity Project
21
21
22
- Instead of opening in the default Maya project
22
+ Instead of opening in the default Maya project. A side effect of this is that a workspace.mel file
23
+ gets added to the Unity project root.
23
24
24
25
* Maya Integration: Install Maya Integration menu item moved into Fbx Export Settings
25
26
26
27
Now installing the maya integration can be done via a button
27
28
in the Fbx Export Settings
28
29
30
+ * Fbx Exporter menu removed from main menu bar
31
+
29
32
* Maya Integration: Hide Configure button, guess Unity project on Unity->Import
30
33
31
34
On Unity->Import try to guess which Unity project we are loading the fbx from (if any), set it to be the project we
@@ -36,7 +39,7 @@ use in Maya if found, do nothing otherwise.
36
39
Added callbacks to allow the GameObject or components to specify the mesh that should be exported, fallback
37
40
to using the MeshFilter or SkinnedMeshRenderer meshes.
38
41
39
- * Fbx Prefab: Added on update event that returns which GameObjects were updated
42
+ * Fbx Prefab: Added OnUpdate event that returns which GameObjects were updated
40
43
41
44
The returned objects include all objects in the temporary instance that were created, changed parent, or had a component
42
45
that was created, destroyed, or updated.
You can’t perform that action at this time.
0 commit comments