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

WebP import error with local file. Donwloaded by [image](https://mathiasbynens.be/demo/animated-webp) `Exception: Failed WebPDecode with error VP8_STATUS_UNSUPPORTED_FEATURE. WebP.Texture2DExt.LoadRGBAFromWebP (System.Byte[] lData, System.Int32& lWidth, System.Int32& lHeight, System.Boolean lMipmaps, WebP.Error& lError, WebP.Texture2DExt+ScalingFunction scalingFunction) (at ./Library/PackageCache/com.netpyoung.webp@17a9eb9c31/Runtime/Texture2DExt.cs:169)...

I get this error on WEBGL compilation, Windows and Android compile with success: \ > Building Library\Bee\artifacts\WebGL\GameAssembly\release_WebGL_wasm\vaf2a5ds6lwe.o failed with output: D:\Git\MUN1Z\IronCanary\IronCanary.Client.Unity2D\Library\Bee\artifacts\WebGL\il2cppOutput\cpp\unity.webp.cpp:3359:55: error: builtin functions must be directly called intptr_t returnValue...

bug
WebGL

Hi! First off, this package is awesome! I'm a noob at this and I'm trying to add a custom string with my own data onto the images before saving them...

public static unsafe byte[] EncodeToWebP(this Texture2D lTexture2D, float lQuality, out Error lError) The execution of this function is too slow. A 720p picture takes about 1 second. There is no...

I was trying to import a .webp spritesheet into Unity using this but I was unable to access the Sprite Editor or the slicing tools even though I clicked "Should...

I apologize if this is known, but I am not sure how to move forward from here. I know that this is under the .wip example, but I am hoping...