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

:art: WebP made easy for Unity3d

Results 26 unity.webp issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi! We're using your wrapper inside our game and it works wonders, except on macOS. The .dll seems to not be included sometimes and sometimes it is but super rare....

Building Library/Bee/artifacts/Android/iz17e/hque_unity.webp.o failed with output: /Users/bigcool/workspace/unitySpace/SourceCode/Unity2021Test/Library/Bee/artifacts/Android/il2cppOutput/cpp/unity.webp.cpp(7235,3): error: void function '_pad7_e__FixedBuffer_get_Item_mA1EE3C599E1F6A26BAF7D116B74977B450C3FD65' should not return a value [-Wreturn-type] return (void**)(((intptr_t)il2cpp_codegen_add((intptr_t)((uintptr_t)L_1), ((intptr_t)il2cpp_codegen_multiply(((intptr_t)L_2), (int32_t)L_3))))); cant build apk

bug
fixed-but-keep-to-tracking

Current build setting can't build 32bit(armv7) android on Unity2020/2021(what i checked versions) . ``` txt Plugin 'Assets/unity.webp/Plugins/Android/libs/armeabi-v7a/libwebpdecoder.so' doesn't have CPU architecture set, since it's a native plugin, valid architecture is...

Hi, may I know that this latest version does support unity3d 2018 version? and does It support when using Macbook M1? as me tried have error about missing texture2d issues

I found that the texture that is returned from `Texture2DExt.CreateTexture2DFromWebP()` is currently not readable, that left me at my wits end until I figured out that when the texture is...

I created a PC Win64 project with Unity that includes your WebP encoder. The EXE runs fine on my development machine. However, I copied the build on another PC that...

i successfully import your plugin in and i have a jpg image which i want to convert to webp file but when ever i upload my file on an online...

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...