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
- Crash on GUIManager::DoGUIEvent when focusing on the Game view window on a specific project
- Asset creation in the Project Browser is not always undone/inconsistent when the undo shortcut is pressed right after creating an asset
- JobTempAlloc memory leak warning is thrown when the Player is shut down
- Graphics State Collection warm-up does not work when using with Addressables Shaders
- "Baked Shadow Radius" field is visible but inactive when when the Shadow Type is set to "Hard Shadows" under the Light Component
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.