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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment