SkiaForUnity icon indicating copy to clipboard operation
SkiaForUnity copied to clipboard

Skia For Unity with lottie animations, harfbuzz, svg supports

Results 13 SkiaForUnity issues
Sort by recently updated
recently updated
newest added

Faced into problem with unsafe namespace Fixed it with "Unsafe.dll" added in project folder (from [here](https://github.com/ammariqais/SkiaForUnity/blob/main/SkiaUnity/Assets/SkiaSharp/Dependencies/System.Runtime.CompilerServices.Unsafe.dll)) Hope, you will fix installation via UPM Thank!

Solved

Will it be any support for WebGL ?

I am currently creating a package which includes a set of scenes for other projects to use. Those scenes have lottie animations. Due to Unity's limitation that packages can't have...

Hello 👋 I was trying to use `SkiaForUnity`with `SkottiePlayerV2` It works fine on editor, but when I build it targeting mac desktop I get the following error: ``` Exception: DllNotFoundException:...

The issue can be recreated when the project is imported into some different Unity Version whether it be newer or older. So, the user is forced to work in the...

Lottie file with pictures cannot be displayed.

Text Color can not be correctly set. And when use Gradiant color ,it will error in console. Unity Version : 2022.3.38f1 ![image](https://github.com/user-attachments/assets/bdcb3d67-e4a6-4d13-9090-ec40a54d605c) ![image](https://github.com/user-attachments/assets/0c7a015d-a65d-4d22-b54a-55614e5c2f88)

Lottie animations lag like all hell when trying to run on chromebook. I am dynamically fetching and loading See code bellow ``` var assetTask = await RemoteFileService.LoadFile( url: animationUrl, fileName:...

**Runtime/SkiaSharp.Unity** and **Editor/SkiaSharp.Editor** are tagged "Any Platform", but is WebGL is not supported -> leads to Build Errors in WebGL (even if not used) please update the .assdef files to...