Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


resetResolutionOnWindowResize

Indicates whether to reset the application's screen resolution when the native window size changes.
Read time 1 minuteLast updated 7 days ago

Definition

  • Type: Property
  • Namespace: UnityEditor
  • Assembly: UnityEditor
public static bool resetResolutionOnWindowResize { get; set; }

Remarks

When enabled, if the native window size changes, Unity sets the application's screen resolution to match the new native window size. If you set the Resolution Scaling Mode Player Setting to Fixed DPI, Unity recalculates the resolution based on the Fixed DPI Player Setting property.
This property is relevant for iOS and Android devices.