atteneder / KtxUnity

Load KTX and Basis Universal textures at runtime
Apache License 2.0
223 stars 42 forks source link

PVR, ETC Support #12

Closed lloyar closed 4 years ago

lloyar commented 4 years ago

iOS and Android not support DXT Texture

atteneder commented 4 years ago

Not sure what your problem was or why you closed it youself.

PVRTC and ETC should work. DXT don't work on iOS/Android, but that's a hardware restriction, as far as I know.

lloyar commented 4 years ago

Previously tried to load KTX 2.0 files with PVRTC and ETC on the phone. I did n’t realize Basis Universal was a better choice. Thank you very much for your work, it helped me a lot.

atteneder commented 4 years ago

Glad to hear that, thanks!

I added more detailed limitation description to the readme file. to avoid confusion.