This is a library that can use SkiaSharp in Unity
openupm add com.u2sb.skiasharp
And need to install system.runtime.compilerservices.unsafe
openupm add org.nuget.system.runtime.compilerservices.unsafe
or use NugetForUnity
Currently, the plugin only supports win-x64 platform. If you need other platforms, please add relevant support yourself, for example (note that the versions must be consistent):
win-x64win-x86win-arm64: SkiaSharp.NativeAssets.Win32osx: SkiaSharp.NativeAssets.macOSlinux-x64linux-armlinux-arm64: SkiaSharp.NativeAssets.Linuxandroid-armandroid-arm64android-x86android-x64: SkiaSharp.NativeAssets.Androidios: SkiaSharp.NativeAssets.iOS