# GetETC1SupportedCanvasMaterial()

> Gets or generates the ETC1 Material.

## Definition

* **Type:** Method
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.UIModule

```csharp
public static Material GetETC1SupportedCanvasMaterial()
```

### Returns

| Type                                                                | Description                                  |
| ------------------------------------------------------------------- | -------------------------------------------- |
| [Material](/engine/6000.7/script-reference/unityengine/material.md) | The generated ETC1 Material from the Canvas. |

### Remarks

Uses the UI/DefaultETC1 Shader which must be specified in the Always Included Shader list.
