When you select a material asset in your Unity project, you can view and edit it using the InspectorA Unity window that displays information about the currently selected GameObject, asset or project settings, allowing you to inspect and edit the values. More info
See in Glossary window. For general information on materials, see Materials introduction.
The following controls are available:
Control | Function | |
---|---|---|
Settings | Click the gear icon in the top right of the Inspector to open the Settings menu for the material and access the following options: | |
Select ShaderA program that runs on the GPU. More info See in Glossary |
Selects the shader asset in the Project view. | |
Edit Shader | Opens the source file for the shader asset in your default external text editor. | |
Create Material Preset | Creates a duplicate of the material at the same location in your project. | |
Copy Material Properties | Copies the material properties to the clipboard. | |
Paste Material Properties | If the clipboard contains material properties, Unity pastes them into this material. Otherwise, it has no effect. | |
Copy Atlas | If the material is a Text MeshThe main graphics primitive of Unity. Meshes make up a large part of your 3D worlds. Unity supports triangulated or Quadrangulated polygon meshes. Nurbs, Nurms, Subdiv surfaces must be converted to polygons. More info See in Glossary Pro material, Unity copies the font atlas to the clipboard. Otherwise, it has no effect. |
|
Paste Atlas | If the material is a Text MeshA Mesh component that displays a Text string More info See in Glossary Pro material and the clipboard contains a Text Mesh Pro font atlas, Unity pastes it into this material. Otherwise, it has no effect. |
|
Reset | Reset all material properties to the default values defined in the shader asset. | |
Shader | Use this drop-down menu to assign a shader asset to this material. Shaders assets are organised according to their name. For more information on assigning a name to a shader, see ShaderLab: assigning a name to a Shader object. |
The properties that the Unity Editor displays for a material depend on the material properties defined in the shader that the material uses.
For the material properties defined in Unity’s built-in shaders, see the following pages:
Property | Function |
---|---|
[Material properties] | The material properties for the currently used Shader object. For more information, see Assigning material properties. |
Render Queue | By default, materials use the render queue defined in their shader. Use this drop-down menu to override this if required. For more information on render queues, see ShaderLab: SubShader Tags. Corresponds to the Material.renderQueue property. |
Double Sided Global Illumination | When enabled, the Progressive Lightmapper accounts for both sides of the geometry when calculating Global Illumination. This means that back-facing polygons bounce light using the same emission and albedo as front facing polygons. Note that this does not mean that Unity renders back facing polygons, or adds them to lightmaps. Corresponds to the Material.doubleSidedGI property. |
Material
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?
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:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.