Search Issue Tracker
Fixed in 2017.3.0f3
Votes
1
Found in
2017.1.0b7
2017.2.0a1
Issue ID
916768
Regression
No
[Texture importer] ASTC texture import fails if the file format is PVR
A texture compressed with PVRTexTool using ASTC compression cannot be correctly imported if the file format is PVR.
The console spams "Assertion failed: Unknown compressed texture format!"
BC3, ETC2 and PVRTC compression formats do not experience this behavior and work fine with the PVR format.
Steps to reproduce:
1. Open user's attached
2. Open scene "Main". Notice: Game Object "ASTC (PVR)" has artifacts
3. Go to Assets/Textures/ASTC. Notice: the texture that causing the issue is "iop_small (pvr)"
Result: The file should be imported correctly (like for BC3 formats for instance) but it's not.
Reproduced with: 2017.2.0a1, 2017.1.0b7, 5.6.1p2.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment