KtxUnity icon indicating copy to clipboard operation
KtxUnity copied to clipboard

Separate alpha texture support

Open atteneder opened this issue 6 years ago • 1 comments

Add ability to export color and alpha as separate textures. Makes sense on platforms where none of the compressed alpha texture formats is supported. Some shaders might also work like that , so it might be usefule anyways.

Use-case: No alpha texture on WebGL Android Chrome.

atteneder avatar Jun 22 '19 15:06 atteneder

I also second this as on platforms which does not support alpha, we would create a specific shader that uses a greyscale texture as an alphamask.

kyapp69 avatar Dec 21 '21 03:12 kyapp69