Search Issue Tracker
By Design
Votes
0
Found in
5.6.4f1
Issue ID
1023616
Regression
No
[iOS][iPhoneX] The UI layout changes when it finishes loading in the background
Reproduction steps:
1. Create a new project.
2. Import the attached package "QAPackage.unitypackage (29.1 KB)".
3. Build and run the "bootScene" to iOS device.
4. Click the "Button"(It turns grey slightly when clicked).
5. Minimise the application.
6. Wait for 15 seconds.
7. Maximise the application.
Actual behavior (see the attached screenshots (actual vs expected)):
- One UI panel will appear on top of the other panels.
Note:
- Sometimes this issue will reproduce without steps 5 and 7.
Reproduced with:
iPhone X iOS 11.3
5.6.6f1, 2017.1.3p4, 2017.2.2p4, 2017.3.2f1, 2018.1.0f2, 2018.2.0b3, 2018.3.0a1
Not reproducible with:
iPhone 7 iOS 11.0
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
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
- PolySpatial “Trying to set shader on a Material Variant.” error is printed in the console when entering Play Mode
- Error “Shader error in 'YSCloudCover': call to 'tex3D' is ambiguous at Assets/YSCloudCoverText.shader(606) (on d3d11)“ is present when compiling tex3D shader with DXC
- Placeholder asset is not loaded with Advertisement Legacy sample when using the latest version of the package
- Addressables content build fails but the Player build is successful when building a development build
Resolution Note (2019.3.X):
New instantiated object is placed in range of the screen. If we compare iPhone 7 - which did not reproduce the issue, the object is placed higher than the screen resolution, that way hiding the canvas.