Version: Unity 6 Preview (6000.0)
Language : English
Material Validator in the Built-In Render Pipeline
Validate and correct materials in the Built-In Render Pipeline

Material Validator in the Built-In Render Pipeline

The Physically Based Rendering Material Validator is a draw mode in the SceneA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary
View. It allows you to make sure your materials use values which fall within the recommended reference values for physically-based shadersA program that runs on the GPU. More info
See in Glossary
. If pixelThe smallest unit in a computer image. Pixel size depends on your screen resolution. Pixel lighting is calculated at every screen pixel. More info
See in Glossary
values in a particular material fall outside of the reference ranges, the Material Validator highlights the pixels in different colors to indicate failure.

Note: You can also check the recommended values with Unity’s Material Charts. You still need to use these charts when authoring Materials to decide your albedo and metal specular values. However, the Material Validator provides you with a visual, in-editor way of quickly checking whether your Materials’ values are valid once your Assets are in the Scene.

Also note: The validator only works in Linear color space. Physically Based Rendering is not intended for use with Gamma color space, so if you are using Physically Based Rendering and the PBR Material Validator, you should also be using Linear color space.

Open the Material Validator

To use the Material Validator, select the Scene ViewAn interactive view into the world you are creating. You use the Scene View to select and position scenery, characters, cameras, lights, and all other types of Game Object. More info
See in Glossary
’s draw mode drop-down menu, which is is usually set to Shaded by default.

The scene views draw mode drop-down menu
The scene view’s draw mode drop-down menu

Navigate to the Material Validation section. The Material Validator has two modes: Validate Albedo and Validate Metal Specular.

The material validation options in the scene view draw mode drop-down menu
The material validation options in the scene view draw mode drop-down menu
Material Validator in the Built-In Render Pipeline
Validate and correct materials in the Built-In Render Pipeline