# supports3DTextures

> Are 3D (volume) textures supported? (Read Only)

## Definition

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

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

### Remarks

Additional Resources: [Texture3D](/engine/6000.3/script-reference/unityengine/texture3d.md) class.
