Unity/PDFSharp
提供: 初心者エンジニアの簡易メモ
インストール
wget https://www.nuget.org/api/v2/package/System.Drawing.Common/4.7.0 unzip 4.7.0 -d drawing cp drawing/lib/netstandard2.0/System.Drawing.Common.dll Assets/Plugins/
windowsでしか実行できない
System.Drawing.Common は、.NET 6からWindows限定推奨に変更されてる
https://learn.microsoft.com/ja-jp/dotnet/core/compatibility/core-libraries/6.0/system-drawing-common-windows-only
