Search Issue Tracker
By Design
By Design in 2023.3.X
Votes
0
Found in
2021.3.29f1
2022.3.7f1
2023.1.8f1
2023.2.0b4
2023.3.0a4
Issue ID
UUM-45012
Regression
No
[iOS] “Screen.safeArea” reports wrong values when the “Show Splash Screen” setting is disabled
How to reproduce:
1. Build And Run the user’s attached “Safe Area Bug.zip” project on an iOS device
2. Observe the logs in Xcode
Expected result: Safe area is logged two times (x:0.00, y:0.00, width:750.00, height:1284.00) and (x:0.00, y:0.00, width:750.00, height:1331.00)
Actual result: Safe area is logged one time (x:0.00, y:0.00, width:750.00, height:1331.00)
Reproducible with: 2021.3.29f1, 2022.3.7f1, 2023.1.8f1, 2023.2.0b4
Reproduced on:
VLNQA00328 - iPhone SE, 14.3 iOS
Not reproduced on:
VLNQA00494 - iPhone 14 Pro Max, 16.3.1 iOS
VLNQA00358 - iPhone 12, 14.1 iOS
VLNQA00392 - iPad (9th generation), 15.0 iOS
VLNQA00310 - iPad Pro 12.9", 13.4.1 iOS
VLNQA00395 - iPhone 13, 15.0 iOS
VLNQA00357 - iPhone 12 Mini, 14.1 iOS
Note: not reproducible with “Show Splash Screen” setting enabled
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
These values of safe area are correct and they are provided from iOS. It's not exactly as expected as this is happens when user selects "Display Zoom" value in iPhone settings to Zoomed.
Resolution Note (2023.3.X):
These values of safe area are correct and they are provided from iOS. It's not exactly as expected as this is happens when user selects "Display Zoom" value in iPhone settings to Zoomed.