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
- [Android] Stage information is not logged when Log Shader Compilation is enabled
- [Vulkan] The memory allocation increases rapidly when there are multiple (three or more) Real-Time Reflection Probes in the Scene
- [macOS] Library folder of the opened project can be deleted which leads to the crash
- “Default Scene” dropdown field contains a spelling mistake “Default Builtin”
- Editor crashes on PPtr<Mesh> after adding Text Mesh and Cloth Components to the same GameObject
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.