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
- The Up, Down and other Buttons in a Style Sheet's Inspector unselect items when they are clicked while they are disabled
- Virtual Player remains active and still launches when removed from Additional Editor Instances from a custom Play Mode Scenario
- UI Toolkit Editor Window Creator becomes not interactable and greyed out when a long name is entered
- [Web][iOS] Web Player keeps restarting on launch when Native C/C++ Multithreading is enabled
- "Add Scene to Scenes in Build" pop-up reappears after Scene has already been added and another Multiplayer Editor Instance is loaded
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.