netpyoung / unity.webp

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

Async loading of images (not animations) #53

Open jml0123 opened 1 year ago

jml0123 commented 1 year ago

Hello, is there usage of this loading images (not animations) from a url? The examples only show async loading of WebP animations from a URL as below:

WebP.Experiment.Animation.WebP.LoadTexturesAsync(url)

I am trying to place webp images (not animations) from url sources into my scene.