I update form Unity 5, 2017 → up to 2019LTS and now at start Resolution Dialog window is missing in Standalone Player Settings.
I’m a Windows user.
Does now Unity provide a new Screen Mode package instead?
For example, Unity FPS example includes all resolution and windows modes as the Resolution Dialog was doing?
Related:
How do I get the monitor Screen.currentResolution.width height?
Looks difficult to get .width height. Do I need to split strip the GetString?
I need to feed
Screen.SetResolution(monitorWidth, monitorHeight, FullScreenMode.FullScreenWindow);
STEPS
Screen.fullScreenMode = FullScreenMode.FullScreenWindow;
Actual: Scales up to full-screen window with no borders but maintaining low previous screen window resolution. No info how to get Screen.currentResolution.
Expected: that FullScreenM…