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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.