unity.webp
unity.webp copied to clipboard
:art: WebP made easy for Unity3d
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...
Hi, Awesome plugin. We are trying to develop an app where we decode multiple webp images(2k) and it creates too much garbage since we are using mid-end device it impacts...
After EncodeToWebP result image wrong  `var textasset = Resources.Load ("webp"); var bytes = textasset.bytes; Error lError; Texture2D texture = Texture2DExt.CreateTexture2DFromWebP(bytes, lMipmaps: true, lLinear: true, lError: out lError); if (lError...
Pixel copy is blocking the main thread and consumes too much time, which is not acceptable. I tried with one of our webp animation file, and the overall performance is...
"_WebPAnimDecoderGetNextCanvas", referenced from: _WebPDemuxBindings_WebPAnimDecoderGetNextCanvas_m390A42D2FF8E1CD51889A53371C3141FC3B215BB in WebP.o (maybe you meant: _WebPDemuxBindings_WebPAnimDecoderGetNextCanvas_m390A42D2FF8E1CD51889A53371C3141FC3B215BB) ld: symbol(s) not found for architecture arm64 Xcode project reported an error when compiling. please help me,thank you!
I am looking at the current asset / disk size in the editor in the "Sprite importer" and it says the webp imported asset is larger than my png files....
Hello, is there usage of this loading images (not animations) from a url? The examples only show async loading of WebP animations from a URL as below: `WebP.Experiment.Animation.WebP.LoadTexturesAsync(url)` I am...
The package is not working even after following the installation instructions from the openUPM: https://openupm.com/packages/com.netpyoung.webp/#modal-manualinstallation Here's what I get in the console after installing the package: Library\PackageCache\[email protected]\Runtime\NativeLibwebpdemux.cs(112,17): error CS0103: The...
using unity.webp 0.3.11 Due to our application scenario, asynchronous loading is required. There is an issue of image output when you call the method below and use it. > WebP.Experiment.Animation.WebP.LoadTexturesAsync(byte[])...
I was told through dwebp 03.webp - o 03.bytes that it is not supported Error! Decoding of an animated WebP file is not supported. Use webpmux to extract the individual...