Search Issue Tracker
Won't Fix
Unknown (hidden) 2020.3.X, 2021.3.X, 2022.1.X, 2022.2.X, 2023.1.X
Votes
0
Found in
2020.3.41f1
2021.3.13f1
2022.1.23f1
2022.2.0b15
2023.1.0a19
Issue ID
UUM-19044
Regression
No
The viewport is not set to fullscreen when the MacBook retina display is set as an extended display
Repro steps:
1. Connect the secondary display to a MacBook with a retina display
2. In the settings set the built-in display as an extended display
3. Build and run the project
4. Click the “Activate Second Monitor” button
Expected result: The built-in display is set to fullscreen mode
Actual result: The built-in display has a small viewport in the bottom left corner
Reproducible with: 2020.3.41f1, 2021.3.13f1, 2022.1.23f1, 2022.2.0b15, 2023.1.0a19
Reproducible on: macOS 13.0 (Intel, M1)
Note: On 2022.2.0b15 and higher the the viewport looks like it’s set to fullscreen, but the resolution is wrong
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Resolution Note:
For content to render properly in a secondary display, there needs to be something assigned to render to it (such as another camera or another canvas with the targetDisplay set to Display 2). Otherwise, the behavior of the second display when activated is undefined. When the camera or canvas is properly set, activating the second display will begin rendering in that display's resolution in fullscreen mode as expected.