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
- Assets are created in the Package folders when creating assets via custom buttons in the Inspector window or other windows
- “Select” windows are named differently on Windows and macOS
- [Windows] No minimum “Select” window size
- Enabling “Editor Extension Authoring” in UI Builder doesn’t dirty the document and saving with shortcut doesn’t persist the state
- WebRequest.Create() function fails with "URI prefix is not recognized" errors when the project is built for Linux Standalone or Windows Dedicated Server
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);