Skip to content

Commit

Permalink
Update Unity test project
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Feb 6, 2024
1 parent 6611383 commit 899eb60
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/FrameworkTests/Unity2D/Assembly-CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,7 @@
<Private>False</Private>
</Reference>
<Reference Include="SkiaSharp">
<HintPath>Library\PackageCache\de.sungaila.pdftoimage@c50ec8a348\Plugins\SkiaSharp.dll</HintPath>
<HintPath>X:\Repos\sungaila\PDFtoImage\etc\UnityPackage\Plugins\SkiaSharp.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Unity.Collections.LowLevel.ILSupport">
Expand All @@ -396,7 +396,7 @@
<Private>False</Private>
</Reference>
<Reference Include="PDFtoImage">
<HintPath>Library\PackageCache\de.sungaila.pdftoimage@c50ec8a348\Plugins\PDFtoImage.dll</HintPath>
<HintPath>X:\Repos\sungaila\PDFtoImage\etc\UnityPackage\Plugins\PDFtoImage.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="Unity.Android.Types">
Expand Down
2 changes: 1 addition & 1 deletion src/FrameworkTests/Unity2D/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"com.unity.timeline": "1.7.6",
"com.unity.ugui": "1.0.0",
"com.unity.visualscripting": "1.9.1",
"de.sungaila.pdftoimage": "https://github.com/sungaila/PDFtoImage.git?path=etc/UnityPackage",
"de.sungaila.pdftoimage": "file:X:/Repos/sungaila/PDFtoImage/etc/UnityPackage",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
7 changes: 3 additions & 4 deletions src/FrameworkTests/Unity2D/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -220,11 +220,10 @@
"url": "https://packages.unity.com"
},
"de.sungaila.pdftoimage": {
"version": "https://github.com/sungaila/PDFtoImage.git?path=etc/UnityPackage",
"version": "file:X:/Repos/sungaila/PDFtoImage/etc/UnityPackage",
"depth": 0,
"source": "git",
"dependencies": {},
"hash": "c1fd1c18c178b913f590b1dbd1fb078b478c09ca"
"source": "local",
"dependencies": {}
},
"com.unity.modules.ai": {
"version": "1.0.0",
Expand Down

0 comments on commit 899eb60

Please sign in to comment.