Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.3.0b10
Issue ID
971912
Regression
No
[Android Adreno] [Vulkan] Rendering MotionVector from MeshRenderers generates artifacts or totally black
Steps:
1. Build Android Vulkan Player with repro project
2. Run it on Android Vulkan device (Adreno GPU e.g. Google Pixel 2)
3. Observe
Expected result: On the screen there are 3 "rainbow" colored capsules/cylinder with black background (Please see image in comment)
Actual result: Some artifacts or totally black
Reproducible in : 2018.3.0a9, 2018.2.4f1
Reproducible on this device: Google Pixel 2
Not-reproducible on this device : Samsung galaxy Note8 (mali GPU)
Note : Also reproducible on Mac 10.13
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
- Group Selection title text size is smaller in renaming than the actual font size
- Shader Graph validation errors are not pointing to the right implementation
- Rich Text is not correctly highlighted when searching through Debug Logs in the Console window
- Shader warning in 'Hidden/Core/DebugOccluder' thrown after building High Definition 3D Sample Template
- Audio Mixer “+” buttons overlap with UI when the Audio Mixer window layout is set to Horizontal
Resolution Note (2019.3.X):
Seems like Adreno Vulkan compiler is not smart enough to optimize away a common multiplication factor before divison. E.g. float2 xx = a * 0.001; float angle = atan2(xx.x, xx.y);