# supportsDynamicResolution

> Indicates whether the platform supports dynamic resolution scaling. (Read Only)

## Definition

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

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

### Remarks

Returns `true` if the current platform or graphics device supports dynamic resolution scaling, otherwise `false`. Dynamic resolution scaling allows the rendering resolution to change at runtime to maintain a consistent frame rate or performance target.
