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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
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.