Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


supportsDynamicResolution

Indicates whether the platform supports dynamic resolution scaling. (Read Only)
Read time 1 minuteLast updated 4 days ago

Definition

  • Type: Property
  • Namespace: UnityEngine
  • Assembly: UnityEngine.CoreModule
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.