# TextureCompatibilityWarning(MaterialProperty)

> Checks if particular property has incorrect type of texture specified by the material, displays appropriate warning and suggests the user to automatically fix the problem.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.5/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public void TextureCompatibilityWarning(MaterialProperty prop)
```

### Parameters

**** (\[MaterialProperty]\(/engine/6000.5/script-reference/unityeditor/materialproperty)): The texture property to check and display warning for, if necessary.

### Remarks

The warning box is shown using GUILayout so it is recommended to call this method right after the property.
