You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: com.unity.formats.fbx/Documentation~/index.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,8 +6,8 @@ The FBX Exporter package includes the following features:
6
6
7
7
*[FBX Exporter](exporting.md): Export geometry, animation, Lights, and Cameras as FBX files so you can transfer game data to any 3D modeling software. Record gameplay and export it to make cinematics. Start grey-boxing with [ProBuilder](https://docs.unity3d.com/Packages/com.unity.probuilder@latest/), then export to FBX to replace with final assets.
8
8
9
-
* Connections via Model Prefab Variants:
10
-
* [Model Prefab Variants](nested-prefabs.md):
9
+
* Connections via FBX Linked Prefabs:
10
+
* [FBX Linked Prefabs](nested-prefabs.md):
11
11
12
12
Unity 2018.3 introduced [Nested Prefabs](https://docs.unity3d.com/2018.3/Documentation/Manual/NestedPrefabs.html) and [Prefab Variants](https://docs.unity3d.com/2018.3/Documentation/Manual/PrefabVariants.html) as new Prefab features. The FBX Importer allows you to import an FBX file as a *Model Prefab* and create Prefab Variants from them. Since Prefab Variants can override properties and children without affecting the original Prefab, you can use them in Unity without breaking the link to the file, and bring in updates.
13
13
@@ -23,11 +23,14 @@ The Unity Integration for Autodesk® Maya® and Autodesk® Maya LT™ feature su
23
23
24
24
* Autodesk® Maya® and Autodesk® Maya LT™ 2017
25
25
* Autodesk® Maya® and Autodesk® Maya LT™ 2018
26
+
* Autodesk® Maya® and Autodesk® Maya LT™ 2019
26
27
27
28
The Unity Integration for Autodesk® 3ds Max® feature supports the following versions of Autodesk® 3ds Max®:
28
29
29
30
* Autodesk® 3ds Max® 2017
30
31
* Autodesk® 3ds Max® 2018
32
+
* Autodesk® 3ds Max® 2019
33
+
* Autodesk® 3ds Max® 2020
31
34
32
35
## Known issues
33
36
@@ -40,7 +43,7 @@ The Unity Integration for Autodesk® 3ds Max® feature supports the following ve
40
43
41
44
To install this package, follow the instructions in the [Package Manager documentation](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@latest).
42
45
43
-
Verify that the FBX Exporter is correctly installed by opening it (from the top menu: **GameObject** > **Export To FBX**).
46
+
Verify that the FBX Exporter is correctly installed by opening it (from the top menu: **GameObject** > **Export To FBX...**).
0 commit comments