Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2019.3.0b9
Issue ID
1198286
Regression
No
[Android] [Vulkan] Adreno 612 fails to detect ASTC+HDR texture format and fallback using Vulkan
Steps to reproduce:
1) Download attached project and open in Unity
2) Make sure that Vulkan is the only Graphics API in the Player Settings
3) Make sure that Format of the texture in the Assets folder is set to RGB(A) Compressed ASTC HDR 6x6 block
4) Build and Run on a device
Expected result: Texture format should fall back. Image should be rendered
Actual result: Image is not rendered, ASTC+HDR texture format is not detected
Devices under testing:
Reproduced with:
VLNQA00302, Samsung Galaxy A70 (SM-A705FN), Android 9, CPU: Snapdragon 675 SM6150, GPU: Adreno (TM) 612
Not reproduced with:
VLNQA00217, Razer Phone 2 (Phone 2), Android 9, CPU: Snapdragon 845 SDM845, GPU: Adreno (TM) 630
VLNQA00149, Samsung Galaxy S9 (SM-G960F), Android 9, CPU: Exynos 9 Series 9810, GPU: Mali-G72
VLNQA00220, Samsung Galaxy Note9 (SM-N960F), Android 8.1.0, CPU: Exynos 9 Series 9810, GPU: Mali-G72
Reproduced with:
2019.3.0b9, 2002.1.0a12
Note: Using Gles2 ASTC+HDR texture is decompressed but fails to render the image and warning in the logcat is printed:
WARNING: RGBA Compressed ASTC6X6 UFloat format is not supported, decompressing texture (expected)
Unsupported GraphicsFormat(0) for SetPixel operations.
Note: Using Gles3 Graphics API works fine, warning in the logcat (expected) and image is rendered:
WARNING: RGBA Compressed ASTC6X6 UFloat format is not supported, decompressing texture
Comments (1)
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
- [UI Builder] Viewport's gizmos for Margin and Padding disappear when dragging to modify the value and the cursor leaves the Spacing section
- "Multiplayer Center" window does not reflect changes made in "Other Packages" section
- Crash on D3DKMTOpenResource when capturing with RenderDoc while GPU Skinning is set to GPU(Batched)
- Editing and saving Curve changes in UI Builder window throws multiple errors in the Console
- [UI Builder] Value is not selected when left clicking on Spacing/Border Widget values
rajantande
Nov 19, 2020 02:51
Will this be backported to 2019 LTS?