Looooong / UnityAsyncImageLoader

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

webgl #6

Open michaellu88 opened 1 year ago

michaellu88 commented 1 year ago

i am running webgl, and found this error DllNotFoundException: FreeImage assembly: type: member:(null)

does it work on webgl?

Looooong commented 1 year ago

No, it's not. I only included the image processing library for Windows and Linux platform.

hvesuk commented 1 year ago

@Looooong bro, awesome plugin! But write platform support info on the main page, please. I made image loading system based on your plugin and figured out that mobile builds are not supported only after making iOS build

NullOne01 commented 1 month ago

I guess, we can compile our own .dll files for WebGL, IOS etc. and include them? Will it work?

Looooong commented 1 month ago

@NullOne01 As long as the compiled library has all the correct API entries used by this package, it's possible. And if you make it work with WebGL or iOS, feel free to submit a PR. I'd be happy to review and merge it.