AsyncImageLibrary icon indicating copy to clipboard operation
AsyncImageLibrary copied to clipboard

Load Image(Texture) in Unity without blocking the main thread, with the full advantage of SkiaSharp.

Results 1 AsyncImageLibrary issues
Sort by recently updated
recently updated
newest added

I went through the code and at line 76 you are making the texture not readable. Is there a reason for this? It is making it difficult working with the...

enhancement