This version of Unity is unsupported.

TerrainInspectorUtility.TerrainShaderValidationGUI

Declaration

public static void TerrainShaderValidationGUI(Material material);

Parameters

material The Material to validate.

Description

Checks whether a Material is compatible with Terrain.

This method determines whether a Material is intended for Terrain use. If the Material is incompatible with Terrain, Unity displays a warning message that lets you know where to find a shader that is compatible with Terrain. It also explains how you can use the `TerrainCompatible` tag to suppress this warning message.