netpyoung / unity.webp

:art: WebP made easy for Unity3d
https://netpyoung.github.io/unity.webp/
MIT License
253 stars 30 forks source link

Add support for Sprite generation on the importer. #43

Closed kyuuzou closed 2 years ago

kyuuzou commented 2 years ago

Hi! I needed the importer to generate a Sprite in some cases, for example: when using an UIImage component. I have the sprite generation off by default, so that it doesn't affect the existing use cases.

netpyoung commented 2 years ago

thx I didn't expect to use webp for ui. But It will be helpful to users who want.