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

Android 32bit not support?

Open DOTkangkw opened this issue 5 years ago • 2 comments

Unity 2019.4.13f1 Call Demux.WebPAnimDecoderOptionsInit Samsung Galaxy J7 Error

Unable to find webpdemux

DllNotFoundException: Unable to load DLL 'webpdemux': The specified module could not be found.

at WebP.NativeWrapper.Demux.Demux.WebPAnimDecoderOptionsInitInternal (WebP.NativeWrapper.Demux.WebPAnimDecoderOptions& data, System.Int32 version) [0x00000] in <00000000000000000000000000000000>:0

help me!

DOTkangkw avatar Nov 09 '20 02:11 DOTkangkw

Hello, I had the same error on Samsung Note 10+. It began to works after I changed the Project Player Settings to scripting backend IL2CPP and enabled the checkbox Target Architectures ARM64: image

gindemit avatar Dec 12 '20 19:12 gindemit

@gindemit ‘s suggestion can work, because v8 is working, but v7 is still not work. I try to unzip the finall output apk, find out that, \jniLibs\armeabi-v7a has not libwebpdemux.so & libwebpmux.so & libwebpdecoder.so.

maybe v7 libs have problem, so Unity remove related webp related libs.

newchenxf avatar Jul 26 '23 10:07 newchenxf