Skip to content

Commit 527a117

Browse files
author
RUBIUS\chebanovdd
committed
Fixed dependencies issues.
1 parent 9eccb87 commit 527a117

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

samples/Unity.Match3/Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"com.chebanovdd.match3sdk": "file:D:/_AppsData/RiderProjects/Match3/src/Match3.UnityPackage/Assets/Plugins/Match3",
3+
"com.chebanovdd.match3sdk": "file:../../../src/Match3.UnityPackage/Assets/Plugins/Match3",
44
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1",
55
"com.demigiant.dotween": "1.2.632",
66
"com.unity.2d.animation": "5.1.1",

samples/Unity.Match3/Packages/packages-lock.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
{
22
"dependencies": {
33
"com.chebanovdd.match3sdk": {
4-
"version": "file:D:/_AppsData/RiderProjects/Match3/src/Match3.UnityPackage/Assets/Plugins/Match3",
4+
"version": "file:../../../src/Match3.UnityPackage/Assets/Plugins/Match3",
55
"depth": 0,
66
"source": "local",
7-
"dependencies": {}
7+
"dependencies": {
8+
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1"
9+
}
810
},
911
"com.cysharp.unitask": {
1012
"version": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1",

samples/Unity.Match3/UserSettings/EditorUserSettings.asset

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/Match3.UnityPackage/Assets/Plugins/Match3/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@
77
"description": "Provides an SDK to create a Match 3 game.",
88
"keywords": [ "match3", "sdk", "template" ],
99
"license": "MIT",
10-
"dependencies": { }
10+
"dependencies": {
11+
"com.cysharp.unitask": "https://github.com/Cysharp/UniTask.git?path=src/UniTask/Assets/Plugins/UniTask#2.3.1"
12+
}
1113
}

0 commit comments

Comments
 (0)