Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.36f1
Issue ID
UUM-7669
Regression
No
[Android] Cardboard Unity Vulkan Sample crash on Samsung Galaxy S6
Steps to reproduce:
1. Open the attached user's project "XR Plugin with Vulkan 1.zip"
2. Switch the Platform to Android
3. Build and run on the device
Expected results: the application does not crash
Actual results: application crashes
Reproducible on: 2020.3.36f1
Not reproducible on: 2021.3.5f1, 2022.1.8f1, 2022.2.0a17
Could not test on: 2019.4.40f1 due to Gradle build errors
Reproduces with these devices:
N/A, Samsung Galaxy S6 edge+ (SM-G928F), Android 7.0, CPU: Exynos 7 Octa 7420, GPU: Mali-T760
Not reproducible with these devices:
N/A, Samsung Galaxy Note9 (SM-N9600), Android 9, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
VLNQA00413 - Samsung Galaxy Note10+ (SM-N975F), OS: 9, CPU: Exynos 9 Series 9825, GPU: Mali-G76
VLNQA00372 - Galaxy S21 5G (SM-G991U), CPU: Snapdragon 888, GPU: Adreno 660, OS: 11
VLNQA00202 - Samsung Galaxy Note 9 USA (SM-N9600), CPU: Snapdragon 845 SDM845, GPU: Adreno 630, OS: 9.0.0
VLNQA00177 - Xiaomi Mi Note 2 (Mi Note 2), OS: 6.0.1, CPU: Snapdragon 820 MSM8996, GPU: Adreno 530
VLNQA00231 - HUAWEI Mate 20 Pro (LYA-L29), OS: 9.0.0, CPU: HiSilicon Kirin 980, GPU: Mali-G76
VLNQA00406 - Galaxy Z Flip3 5G (SM-F711B), OS: 11, CPU: Snapdragon 888, GPU: Adreno 660
N/A, Samsung Galaxy S9 (SM-G960F), Android 8.0.0, CPU: Exynos 9 Series 9810, GPU: Mali-G72
Notes:
-Application crashes on Vulkan and OpenGLES3
-Logcat is attached "S6 logcat.txt"
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
- "Browse" button for Xcode in the "Build Profiles" window is too big
- USS styles fail to inherit correctly when contentContainer is overridden in a custom control
- Copying and pasting Animator Transitions leads to unexpected behaviour
- "ShaderGraph" misses a space in the "Project Settings" section
- UI Builder inspector’s checkbox fields can be activated when clicking anywhere in the value field
Resolution Note:
GPU drivers issue: Mali Midgard devices (Mali-T***) does not have stable Vulkan driver version according to our knowledge. If only Vulkan API is enabled, the engine might fail and crash, if GLES is available in the gfx API list, then engine will fallback to GLES API and will work ok.