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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.