Hello, I’ve read the docs, and done some testing (without changing the resolution) of MaximizedWindow and FullScreenWindow and I can’t tell the difference. In what cases do the two modes have a visual difference? Non native window resolutions?
(mac OS 12.3.1, Unity 2020.3.36f1, URP 10.9.0)
A little more testing today revealed two differences:
- Mousing to the top of the window reveals the menu bar in MaximizedWindow, it does not in FullScreenWindow. Personally I find the FullScreenWindow behavior here preferable for games
- Clicking on the app icon in the Dock (after switching to desktop from the app) causes the Dock to disappear if the app (unity client) was in FullScreenWindow mode. This seems like a show stopper bug to me, and it does not repro if the app was in MaximizedWindow mode.