Skip to content

Commit e130aa9

Browse files
committed
update install path doc
1 parent 9cad10a commit e130aa9

File tree

1 file changed

+17
-5
lines changed
  • Packages/com.unity.formats.fbx/Documentation~

1 file changed

+17
-5
lines changed

Packages/com.unity.formats.fbx/Documentation~/index.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,28 +32,40 @@ The Unity Integration for Autodesk® 3ds Max® feature supports the following ve
3232

3333
## Known issues
3434

35-
* When installing a new version of the FBX Exporter package after using version 1.1.0.b1, the link between Assets and FbxPrefab components may be lost. See [Updating from 1.1.0b1](#Repairs_1_1_0b_1) for repairing instructions.
35+
* When installing a new version of the FBX Exporter package after using version 1.3.0f1 or earlier, the link between Assets and FbxPrefab components may be lost. See [Updating from 1.3.0f1 or earlier](#Repairs_1_3_0f_1) for repairing instructions.
3636

3737
* The FBX Exporter package does not support exporting .asset files.
3838

39-
<a name="Repairs_1_1_0b_1"></a>
39+
<a name="Repairs_1_3_0f_1"></a>
4040
## Installing the FBX Exporter
4141

4242
To install this package, follow the instructions in the [Package Manager documentation](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@latest).
4343

4444
Verify that the FBX Exporter is correctly installed by opening it (from the top menu: **GameObject** > **Export To FBX**).
4545

46-
### Updating from 1.1.0b1
46+
### Updating from 1.3.0f1 or earlier
4747

48-
If your previous version of the FBX Exporter package was 1.1.0b1, some Assets in your Project may lose their FbxPrefab components. To repair this issue, follow these steps:
48+
If your previous version of the FBX Exporter package was version 1.3.0f1 or earlier, follow these steps for updating:
49+
50+
Before you install the FBX Exporter Package, follow these steps (recommended):
51+
52+
1. Back up your Project.
53+
54+
2. Restart Unity.
55+
56+
3. Delete the *FbxExporters* folder.
57+
58+
4. Install the FBX Exporter from the [Package Manager](https://docs.unity3d.com/Packages/com.unity.package-manager-ui@latest)
59+
60+
Some Assets in your Project may lose their FbxPrefab components. To repair this issue, follow these steps:
4961

5062
1. If your Project Assets are serialized as Binary, select __Edit__ > __Project Settings__ > __Editor__ to view the Editor Settings.
5163

5264
2. Change the __Asset Serialization__ mode to __Force Text__. The __Force Text__ option converts all Project Assets to text.
5365

5466
3. Before continuing, back up your Project.
5567

56-
4. Select __Edit__ > __Project Settings__ > __Fbx Export__ to view the [Fbx Export Settings](options.html).
68+
4. Select __Edit__ > __Project Settings__ > __FBX Export__ to view the [FBX Export Settings](options.html).
5769

5870
![Run Component Updated button](images/FBXExporter_RunComponentUpdater.png)
5971

0 commit comments

Comments
 (0)