Huy Minh Ha

Software development, Tech and other stuff

Wed 18 January 2017

Using Webp texture format in Unity

Posted by Ha.Minh in Unity   

Webp is a very optimized image format. It will produce smaller image size with almost the same quality as other compression format such as: ETC2, DXT5, ETC1, PVRTC. Below is some comparison between Webp and popular compression format in Unity

512x512 Image Size in KB
Original 480
ETC1 4bits 128 ...

Read more...