unity.webp icon indicating copy to clipboard operation
unity.webp copied to clipboard

Animated WebP parse error on Android

Open shunia opened this issue 5 years ago • 1 comments
trafficstars

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

shunia avatar Mar 14 '20 15:03 shunia

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

gindemit avatar Dec 12 '20 19:12 gindemit