# supports2DArrayTextures

> Are 2D Array textures supported? (Read Only)

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static bool supports2DArrayTextures { get; }
```

### Remarks

Additional Resources: [Texture2DArray](/engine/6000.6/script-reference/unityengine/texture2darray.md) class.
