Search Issue Tracker
By Design
Votes
0
Found in
2019.1.0a3
2019.2.0a1
2019.2.0a9
Issue ID
1145401
Regression
No
[iOS] Render Over Native UI doesn't show iOS native UI in the background
To reproduce:
1. Open attached project "TransparentBackgroundTest.zip"
2. Make sure that Render Over Native UI setting in Player Settings under Resolution and Presentation tab is enabled
3. Build for iOS
4. Deploy the Xcode project to an iOS device
Expected result: iOS native UI can be seen in the apps background
Actual result: iOS native UI isn't shown in the apps background, only white color
Reproduced on:
2019.1.0a3 2019.1.0f2 2019.2.0a12
Device reproduced on:
iPhone Xs iOS 12.0
Notes:
- There is no Render Over Native UI setting in Player Settings under Resolution and Presentation tab on 2017.4.0f1 - 2019.1.0a2 for iOS
- On Android, you can briefly see the Android background in the app when launched:
VLNQA00125, Google Pixel 2 (Pixel 2), Android 8.1.0, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
Resolution Note (2019.1.X):
The native iOS UI that is shown is a white window background. For any UI to be visible under the UnityView, it has to be added to the native view hierarchy in the exported Xcode project.