Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

texture viewer cannot dump certain textures #12

Open
tony56a opened this issue Dec 18, 2016 · 0 comments
Open

texture viewer cannot dump certain textures #12

tony56a opened this issue Dec 18, 2016 · 0 comments
Labels
bug Something isn't working to revise An old issue, current status unknown

Comments

@tony56a
Copy link

tony56a commented Dec 18, 2016

For certain assets, I've noticed that I am unable to get a png dump of the texture due to this error:
Unsupported texture format - needs to be ARGB32, RGBA32, RGB24, Alpha8 or one of float formats

I suspect that the reason for this is probably because the texture's using DXT5, and that is somehow not readable with EncodeToPng or something (the Unity docs somewhat indicates that this is the case). If it's possible, can you first convert the texture into a readable format, like RGBA32, then do the dump?

@dymanoid dymanoid added bug Something isn't working to revise An old issue, current status unknown labels Jun 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working to revise An old issue, current status unknown
Projects
None yet
Development

No branches or pull requests

2 participants