# availableResolutions

> Possible WebCamTexture resolutions for this device.

## Definition

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

```csharp
public Resolution[] availableResolutions { get; }
```

### Remarks

Available on **iOS** and **Android** only. Returns null for other platforms.

**Note:** For webcams with depth data support (those of kind [WebCamKind.ColorAndDepth](/engine/6000.7/script-reference/unityengine/webcamkind/coloranddepth.md)) this array consists of one element only - resolution of the depth data based texture.

Additional Resources: [Resolution](/engine/6000.7/script-reference/unityengine/resolution.md), WebCamTexture()
