HearthSim / UnityPack

Python deserialization library for Unity3D Asset format
https://hearthsim.info/
MIT License
720 stars 153 forks source link

Support for TextureFormat.PVRTC_RGBA4 #57

Closed andyearnshaw closed 6 years ago

andyearnshaw commented 6 years ago

I get this for certain texture assets in some of the bundles I'm extracting:

NotImplementedError: Unimplemented format <TextureFormat.PVRTC_RGBA4: 33>

It would be great if this format could be supported in the future.

jleclanche commented 6 years ago

It needs to be implemented in Pillow first: https://github.com/python-pillow/Pillow/

I'm closing this -- unity has a lot of texture formats but without a Pillow format for it there's not much I can do.

I recommend filing a PR with Pillow to implement it. This might help.