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
- Frame Debugger is not disabled when switching Scenes if the Frame Debugger window is not open during the transition
- Standalone Profiler Targets another Project if a Standalone Profiler was launched in it before when switching between Edit or Play Mode Targets
- Crash on ForwardRenderLoopJob when opening a specific project
- [Android] Memory leak and eventual crash on Snapdragon 8 Gen 1+ devices when a Clear Pass is executed after Framebuffer Fetch
- PhysicsRaycaster ray length is incorrect when casting from rotated Camera
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.