Search Issue Tracker
In Progress
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.1.X
In Progress in 6000.2.X
Votes
0
Found in
2021.3.50f1
2022.3.60f1
6000.0.44f1
6000.1.0b12
6000.2.0a8
Issue ID
UUM-101380
Regression
No
[Android][BiRP] Depth processing is handled incorrectly on certain Android devices when using 2 camera's
Steps to reproduce:
1. Open the attached project "SampleTest.zip"
2. Switch the platform to Android
3. Build to a Android device
4. Observe the rendering of objects
Expected Results: the cube renders behind the yellow pipe
Actual Results: the cube renders in front of the yellow pipe (See attached Results.png)
Reproducible with: 2021.3.50f1, 2022.3.60f1, 6000.0.44f1, 6000.1.0b12, 6000.2.0a8
Reproducible with these devices:
VLNQA00422, Samsung Galaxy S21 Ultra 5G (SM-G998B), Android 11, CPU: Exynos 2100, GPU: Mali-G78
VLNQA00547, Samsung Galaxy Tab A8 (SM-X200), Android 13, CPU: Unisoc Tiger T618, GPU: Mali-G52
(SauceLabs) Samsung Galaxy S10 (SM-G973F), Android 12
Customer devices:
Galaxy S10+ (Android 11)
Galaxy S21 Ultra 5G (Android 11)
HUAWEI nova 7 (Android 10)
HUAWEI P40 Pro (Android 12)
Galaxy S10e (Android 12)
Not reproducible with these devices:
Galaxy S21 Plus (Android 14)
Galaxy S21 Ultra (Android 14)
Galaxy S10e (Android 11)
Couldn't test with these devices (app fails to load):
VLNQA00381, Xiaomi Redmi Note 8 Pro (Redmi Note 8 Pro), Android 9, CPU: MediaTek Helios G90T MT6785T, GPU: Mali-G76 MC4
VLNQA00282, Samsung Galaxy S10e USA (SM-G970U), CPU: Snapdragon 855 SM8150, GPU: Adreno 640, OS: 9
Notes:
-To avoid applying SSAO to a specific object, rendering is divided using two cameras. The first camera renders objects with SSAO applied, and the second camera renders objects without clearing the buffer using the "Don't Clear" option.
However, an issue occurs on specific devices where depth processing is handled incorrectly
-Issue reproduces with Vulkan and OpenGLES3 Graphic's API's
-Issue reproduces with BiRP, however adding URP breaks 1 of the camera's and the rendering becomes inconclusive (only the red cube is rendered)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Create Empty Child" Option Creates Root Object When No Parent Is Selected
- Freeze/Crash when entering Play Mode in a specific project
- Lack of documentation regarding VFX Ray Tracing support
- Shader properties do not appear on the GameObject when switching ShaderGraphs during runtime in the Player
- Multiple '-' symbols are allowed to appear in a row when inputting '.' into a non-decimal numeric field
Add comment