Working with the FBX Exporter Setup and Roundtrip

Tutorial

·

Beginner

·

+10XP

·

25 mins

·

(124)

Unity Technologies

Working with the FBX Exporter Setup and Roundtrip

Unity and Autodesk collaborated to create a plug-in that allows for easy transfer of 3D models between Digital Content Creation (DCC) applications (currently Maya and 3ds Max, with others on the way) and Unity. This allows artists to test their models in the engine, make changes when necessary in their DCC of choice, and have those changes update real-time in Unity. What previously required multiple cycles of exporting from a DCC application and importing into Unity has now been reduced to two clicks of the mouse.

1. Exporter Setup

Verified with 2019.4 LTS and FBXExporter preview.2 v3.2.0

1. Add the FBX Exporter package by opening Window > Package Manager.

2. Click the Advanced drop-down menu and click Show Preview Packages.

3. Search for FBX Exporter and click Install (Figure 01).

617dde7f-e9bc-48ca-a63c-4a38a6421894_image9.jpg

4. From the GameObject dropdown select Export to FBX... (Figure 02).

ac985c05-fffe-481e-b8ad-5b042630b9d2_image2.jpg

5. The export settings will appear in a pop-up window (Figure 03).

63f342b1-782f-49ab-bd51-b50525be2e37_image6.jpg

6. Integration settings are now in the FBX Exporter settings. To access these, select
Edit > Project Settings and select FBX Exporter in the left column.

7. In the Integration section, select the 3D application you have installed on your machine

8. Before installing Unity Integration, close all instances of the selected 3D modeling software that matches the specified version.

9. Click Install Unity Integration (Figure 04).

c61f2226-1f31-41dd-b3e9-78ac52cebc6e_image1.jpg

10. When prompted, select a target folder where you want to extract the Unity Integration. The target folder can be outside of your current Project.

11. Click Select Folder.

12. The plug-in will install and open the selected DCC application. The FBX Exporter options will be located in the File drop-down under a custom Unity flyout (Figure 05).

a0663014-148c-4b06-91d2-b2c97c86b5ca_image3.jpg

2. The FBX Exporter roundtrip

1. Select the object in the Scene that you wish to send back to the DCC.

2. In the Hierarchy, right-click over the object and select Convert to FBX Linked Prefab (Figure 06).

194cfb50-1143-477d-9df1-fd6734066625_image5.jpg

3. A Convert Options window appears (Figure 07). Set your options according to your project's needs and click Convert.

5e1794a5-e87a-4856-9be7-beb00b261008_image4.jpg

4. In the DCC application, navigate to File > Unity > Import. The DCC will automatically open to the appropriate project path. Select the generated FBX.

5. Make any desired changes to the model (Figure 08).

0b0a8091-214e-4503-94e3-580959050430_image7.jpg

6. With the object selected, navigate to File > Unity > Export.

7. Return to Unity and the changes will automatically update to the Mesh (Figure 09).

cbc8bbf9-48c1-4985-ac34-d9f6189cf201_image8.jpg

Complete this tutorial