Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4
2019.4.10f1
2020.2
Issue ID
1279497
Regression
No
[Android] UI Image with non-UI shader material is not rendered when a 2nd camera within a prefab is Instanciated
Steps to reproduce:
1. Open user's attached project "IsolatingUIIssue.zip"
2. Build it on Android
3. Press the green button "Load"
Expected results: The bottom of the screen has a white image rendered
Actual results: The bottom of the screen does not render the bottom white image
Reproducible with: 2019.4.11f1, 2020.1.6f1, 2020.2.0b4
VLNQA00123, Google Pixel 2 XL (Pixel 2 XL), Android R, CPU: Snapdragon 835 MSM8998, GPU: Adreno (TM) 540
Samsung Galaxy S20+ 5G (SM-G986B), Android 10, CPU: NOT FOUND, GPU: Mali-G77
Not Reproducible with:
VLNQA00220, Samsung Galaxy Note9 (SM-N960F), Android 8.1.0, CPU: Exynos 9 Series 9810, GPU: Mali-G72
VLNQA00310 iPad Pro 12.9 1st gen (iOS 13.4.1)
Unable to test: Unable to test with 2018.4 due to project crashing
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
Resolution Note:
Shaders used in the UI need to have ZTest[unity_GUIZTestMode] such that proper zTesting can occur. WIthout this UI elements may zTest incorrectly and be rendered behind some elements.