Looooong / UnityAsyncImageLoader

Asynchronous Image Loader for Unity
MIT License
194 stars 26 forks source link

Encode Texture2d Asynchronously #15

Open e-fo opened 10 months ago

e-fo commented 10 months ago

In your library, you implemented a solution to load image asynchronously from byte array.

Could you suggest a way for asynchronous encoding a texture to PNG or other formats?