netpyoung / unity.webp

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

Animated WebP parse error on Android #20

Open shunia opened 4 years ago

shunia commented 4 years ago

Relocated from #18

Build with: Scripting backend: Mono CPU architecture: armv7 (32)

WebP files without animation: CORRECT, everything's fine

WebP files with animation: WRONG, and error shows:

D/Unity: Unable to lookup library path for 'webpdemux', native render plugin support disabled.
E/Unity: Unable to find webpdemux
E/Unity: DllNotFoundException: webpdemux
        at (wrapper managed-to-native) WebP.Extern.libwebpdemux.WebPAnimDecoderOptionsInitInternal(WebP.Extern.WebPAnimDecoderOptions&,int)
      at WebP.Extern.libwebpdemux.WebPAnimDecoderOptionsInit (WebP.Extern.WebPAnimDecoderOptions& data) [0x00001] in /Users/me/Documents/code/skillz/unity/Assets/Plugins/unity.webp/libwebpdemux.cs:73
gindemit commented 3 years ago

Please review the comment here: https://github.com/netpyoung/unity.webp/issues/27