By default, Unity uses a diffuse Material on imported Assets. Use the FBX Importer’s Materials tab to import Materials from your imported Assets.
When you first open the Materials tab, it looks like this:
Tick Import Materials to open the settings for importing Materials from your imported Assets.
The settings in the Materials tab differ depending on the Location you choose. There are two Location options:
Property | Function | |
---|---|---|
Location | ||
Use Embedded Materials | Choose this option to extract imported Materials as external Assets. This is the default option from Unity 2017.2 onwards. | |
Use External Materials (Legacy) | Choose this option to keep the imported Materials inside the imported Asset. This is a Legacy way of handling Materials, and is intended for projects created with 2017.1 or previous versions of Unity. This is the default option for Unity 2017.1 and previous versions of Unity. |
The following sections describe the settings for each Location option.
Property | Function | |
---|---|---|
Textures | Click the Extract Textures button to extract Textures that are embedded in your imported Asset. This is greyed out if there are no Textures to extract. | |
Materials | Click the Extract Materials button to extract Materials that are embedded in your imported Asset. This is greyed out if there are no materials to extract. | |
Remapped Materials | ||
On Demand Remap | These settings match the settings that appear in the inspector if you set the Location to Use External Materials (Legacy). See the table above for descriptions of these properties. | |
Naming | Use this to define how Unity Materials are named. | |
By Base Texture Name | The name of the diffuse Texture of the imported Material that is used to name the Material in Unity. When a diffuse Texture is not assigned to the Material, Unity uses the name of the imported Material. | |
From Model’s Material | The name of the imported Material is used for naming the Unity Material. | |
Model Name + Model’s Material | The name of the model file in combination with the name of the imported Material is used for naming the Unity Material. | |
Search | Use this to define where Unity tries to locate existing Materials using the name defined by the Naming option. | |
Local | Unity tries to find existing Materials in the “local” Materials folder only (that is, the Materials subfolder, which is the same folder as the model file). | |
Recursive-Up | Unity tries to find existing Materials in all Materials subfolders in all parent folders up to the Assets folder. | |
Everywhere | Unity tries to find existing Materials in all Unity project folders. | |
Search and Remap | Use this button to remap your imported Materials to existing Material Assets, using the same settings as the Legacy import option. Clicking this button does not extract the Materials from the Asset, and does not change anything if Unity cannot find any materials with the correct name. | |
List of imported materials | This list displays all imported Materials found in the Asset. You can remap each material to an existing Material Asset in your Project. |
If you want to modify the properties of the Materials in Unity, you can extract them all at once using the Extract Materials button. If you want to extract them one by one, go to Assets > Extract From Prefab. When you extract Materials this way, they appear as references in the Remapped Materials list.
New imports or changes to the original Asset do not affect extracted Materials. If you want to re-import the Materials from the source Asset, you need to remove the references to the extracted Materials in the Remapped Materials list. To remove an item from the list, select it and press the Backspace key on your keyboard.
Choose this option to extract imported Materials as external Assets. Before Unity version 2017.2, this was the default way of handling Materials. When opening projects created with 2017.1 or previous versions of Unity, only the Legacy settings and the Material Location option are visible.
Property | Function | |
---|---|---|
Naming | Use this to define how Unity Materials are named. | |
By Base Texture Name | The name of the diffuse Texture of the imported Material that is used to name the Material in Unity. When a diffuse Texture is not assigned to the Material, Unity uses the name of the imported Material. | |
From Model’s Material | The name of the imported Material is used for naming the Unity Material. | |
Model Name + Model’s Material | The name of the model file in combination with the name of the imported Material is used for naming the Unity Material. | |
Search | Use this to define where Unity tries to locate existing Materials using the name defined by the Naming option. | |
Local | Unity tries to find existing Materials in the “local” Materials folder only (that is, the Materials subfolder, which is the same folder as the model file). | |
Recursive-Up | Unity tries to find existing Materials in all Materials subfolders in all parent folders up to the Assets folder. | |
Everywhere | Unity tries to find existing Materials in all Unity project folders. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thanks for helping to make the Unity documentation better!