Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.2.0b8
Issue ID
945104
Regression
No
Android Vulkan crashes Mali device when accessing null item in StructuredBuffer in shader
Steps:
1. Open repro project
2. Build apk and run on Android phones which has Mali GPU OR use the apk in Build folder
The repro scene has spheres using shader which has a StructuredBuffer and access to the second item in fragment function.
Since the StructuredBuffer is empty which has no data so it will be error.
But the scene only crashes on :
Samsung Galaxy S7, Vulkan
GPU : Mali-T880
Also tested on the following devices / APIs and has no crash:
Samsung Galaxy S7 - Mali - GLES3
Nexus 6 - Adreno - GLES3
Nvidia Shield - Tegra - GLES3
Nvidia Shield - Tegra - Vulkan
Windows APIs including Windows Vulkan
Reproducible in : 2017.2.0b8, 2017.1.0p5, 5.6.3f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Render Pipeline Converter selected asset counter reports one fewer item when using manual selection
- [Android] [Adreno] [WebGL] A light cookie is not rendered with shader compile error when WebGL build is launched on a device with Adreno GPU
- Rigibody sliding over a flat surface that is made of several GameObjects detects false collisions when Collision Detection is set to "Continuous" or "Continuous Dynamic"
- UI Toolkit Label height is incorrectly calculated when using max-width with percentage value
- Visual Effect Material causes Scene view to update continuously when both Scene and Game views are open, despite "Always Refresh" being disabled
Add comment