Skip to content

Commit 378ee05

Browse files
committed
Update gh workflow and sample dependencies
1 parent f00c304 commit 378ee05

4 files changed

Lines changed: 17 additions & 141 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
id: generate_qr
9595
run: |
9696
apk_url=$(gh api -X GET "repos/${{ github.repository }}/actions/artifacts" | jq -r '.artifacts[] | select(.name=="Build-Android") | .archive_download_url')
97-
dotnet-script ./scripts/generate-qr.csx $apk_url qr_code.png
97+
dotnet-script ./.github/workflows/scripts/generate-qr.csx $apk_url qr_code.png
9898
- name: Upload QR Code
9999
uses: actions/upload-artifact@v3
100100
with:
@@ -105,4 +105,5 @@ jobs:
105105
apk_url=$(gh api -X GET "repos/${{ github.repository }}/actions/artifacts" | jq -r '.artifacts[] | select(.name=="Build-Android") | .archive_download_url')
106106
gh pr comment ${{ github.event.pull_request.number }} --body "APK is available for download [here](${apk_url}). ![QR Code](https://raw.githubusercontent.com/${{ github.repository }}/$(git rev-parse HEAD)/qr_code.png)"
107107
env:
108+
GH_TOKEN: ${{ github.token }}
108109
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Samples/AppKit Sample/Packages/manifest.json

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,17 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "2.3.1",
4-
"com.unity.feature.2d": "2.0.1",
5-
"com.unity.ide.rider": "3.0.28",
3+
"com.skibitsky.scene-reference": "1.1.1",
4+
"com.unity.ide.rider": "3.0.31",
65
"com.unity.ide.visualstudio": "2.0.22",
76
"com.unity.nuget.newtonsoft-json": "3.2.1",
87
"com.unity.render-pipelines.universal": "14.0.11",
98
"com.unity.test-framework": "1.1.33",
10-
"com.unity.textmeshpro": "3.0.8",
11-
"com.unity.timeline": "1.7.6",
9+
"com.unity.textmeshpro": "3.0.9",
1210
"com.unity.ugui": "1.0.0",
1311
"com.walletconnect.nethereum": "1.0.1",
1412
"com.walletconnect.ui": "1.1.11",
1513
"com.walletconnect.web3modal": "file:../../../Packages/com.walletconnect.web3modal",
14+
"com.yasirkula.ingamedebugconsole": "1.6.7",
1615
"io.sentry.unity": "2.1.3",
1716
"com.unity.modules.ai": "1.0.0",
1817
"com.unity.modules.androidjni": "1.0.0",
@@ -44,8 +43,7 @@
4443
"com.unity.modules.video": "1.0.0",
4544
"com.unity.modules.vr": "1.0.0",
4645
"com.unity.modules.wind": "1.0.0",
47-
"com.unity.modules.xr": "1.0.0",
48-
"com.yasirkula.ingamedebugconsole": "1.6.7"
46+
"com.unity.modules.xr": "1.0.0"
4947
},
5048
"scopedRegistries": [
5149
{
@@ -54,10 +52,11 @@
5452
"scopes": [
5553
"com.nethereum.unity",
5654
"com.openupm",
55+
"com.skibitsky.scene-reference",
5756
"com.walletconnect",
5857
"com.yasirkula.ingamedebugconsole",
5958
"io.sentry.unity"
6059
]
6160
}
6261
]
63-
}
62+
}

Samples/AppKit Sample/Packages/packages-lock.json

Lines changed: 7 additions & 132 deletions
Original file line numberDiff line numberDiff line change
@@ -7,100 +7,19 @@
77
"dependencies": {},
88
"url": "https://package.openupm.com"
99
},
10-
"com.unity.2d.animation": {
11-
"version": "9.1.1",
12-
"depth": 1,
13-
"source": "registry",
14-
"dependencies": {
15-
"com.unity.2d.common": "8.0.2",
16-
"com.unity.2d.sprite": "1.0.0",
17-
"com.unity.collections": "1.1.0",
18-
"com.unity.modules.animation": "1.0.0",
19-
"com.unity.modules.uielements": "1.0.0"
20-
},
21-
"url": "https://packages.unity.com"
22-
},
23-
"com.unity.2d.aseprite": {
24-
"version": "1.1.4",
25-
"depth": 1,
26-
"source": "registry",
27-
"dependencies": {
28-
"com.unity.2d.sprite": "1.0.0",
29-
"com.unity.2d.common": "6.0.6",
30-
"com.unity.mathematics": "1.2.6",
31-
"com.unity.modules.animation": "1.0.0"
32-
},
33-
"url": "https://packages.unity.com"
34-
},
35-
"com.unity.2d.common": {
36-
"version": "8.0.2",
37-
"depth": 2,
38-
"source": "registry",
39-
"dependencies": {
40-
"com.unity.2d.sprite": "1.0.0",
41-
"com.unity.mathematics": "1.1.0",
42-
"com.unity.modules.uielements": "1.0.0",
43-
"com.unity.modules.animation": "1.0.0",
44-
"com.unity.burst": "1.7.3"
45-
},
46-
"url": "https://packages.unity.com"
47-
},
48-
"com.unity.2d.pixel-perfect": {
49-
"version": "5.0.3",
50-
"depth": 1,
10+
"com.skibitsky.scene-reference": {
11+
"version": "1.1.1",
12+
"depth": 0,
5113
"source": "registry",
5214
"dependencies": {},
53-
"url": "https://packages.unity.com"
54-
},
55-
"com.unity.2d.psdimporter": {
56-
"version": "8.0.5",
57-
"depth": 1,
58-
"source": "registry",
59-
"dependencies": {
60-
"com.unity.2d.animation": "9.1.1",
61-
"com.unity.2d.common": "8.0.2",
62-
"com.unity.2d.sprite": "1.0.0"
63-
},
64-
"url": "https://packages.unity.com"
15+
"url": "https://package.openupm.com"
6516
},
6617
"com.unity.2d.sprite": {
6718
"version": "1.0.0",
68-
"depth": 1,
19+
"depth": 2,
6920
"source": "builtin",
7021
"dependencies": {}
7122
},
72-
"com.unity.2d.spriteshape": {
73-
"version": "9.0.3",
74-
"depth": 1,
75-
"source": "registry",
76-
"dependencies": {
77-
"com.unity.mathematics": "1.1.0",
78-
"com.unity.2d.common": "8.0.2",
79-
"com.unity.modules.physics2d": "1.0.0"
80-
},
81-
"url": "https://packages.unity.com"
82-
},
83-
"com.unity.2d.tilemap": {
84-
"version": "1.0.0",
85-
"depth": 1,
86-
"source": "builtin",
87-
"dependencies": {
88-
"com.unity.modules.tilemap": "1.0.0",
89-
"com.unity.modules.uielements": "1.0.0"
90-
}
91-
},
92-
"com.unity.2d.tilemap.extras": {
93-
"version": "3.1.2",
94-
"depth": 1,
95-
"source": "registry",
96-
"dependencies": {
97-
"com.unity.modules.tilemap": "1.0.0",
98-
"com.unity.2d.tilemap": "1.0.0",
99-
"com.unity.ugui": "1.0.0",
100-
"com.unity.modules.jsonserialize": "1.0.0"
101-
},
102-
"url": "https://packages.unity.com"
103-
},
10423
"com.unity.burst": {
10524
"version": "1.8.15",
10625
"depth": 1,
@@ -111,47 +30,15 @@
11130
},
11231
"url": "https://packages.unity.com"
11332
},
114-
"com.unity.collab-proxy": {
115-
"version": "2.3.1",
116-
"depth": 0,
117-
"source": "registry",
118-
"dependencies": {},
119-
"url": "https://packages.unity.com"
120-
},
121-
"com.unity.collections": {
122-
"version": "1.2.4",
123-
"depth": 2,
124-
"source": "registry",
125-
"dependencies": {
126-
"com.unity.burst": "1.6.6",
127-
"com.unity.test-framework": "1.1.31"
128-
},
129-
"url": "https://packages.unity.com"
130-
},
13133
"com.unity.ext.nunit": {
13234
"version": "1.0.6",
13335
"depth": 1,
13436
"source": "registry",
13537
"dependencies": {},
13638
"url": "https://packages.unity.com"
13739
},
138-
"com.unity.feature.2d": {
139-
"version": "2.0.1",
140-
"depth": 0,
141-
"source": "builtin",
142-
"dependencies": {
143-
"com.unity.2d.animation": "9.1.1",
144-
"com.unity.2d.pixel-perfect": "5.0.3",
145-
"com.unity.2d.psdimporter": "8.0.5",
146-
"com.unity.2d.sprite": "1.0.0",
147-
"com.unity.2d.spriteshape": "9.0.3",
148-
"com.unity.2d.tilemap": "1.0.0",
149-
"com.unity.2d.tilemap.extras": "3.1.2",
150-
"com.unity.2d.aseprite": "1.1.4"
151-
}
152-
},
15340
"com.unity.ide.rider": {
154-
"version": "3.0.28",
41+
"version": "3.0.31",
15542
"depth": 0,
15643
"source": "registry",
15744
"dependencies": {
@@ -241,26 +128,14 @@
241128
"url": "https://packages.unity.com"
242129
},
243130
"com.unity.textmeshpro": {
244-
"version": "3.0.8",
131+
"version": "3.0.9",
245132
"depth": 0,
246133
"source": "registry",
247134
"dependencies": {
248135
"com.unity.ugui": "1.0.0"
249136
},
250137
"url": "https://packages.unity.com"
251138
},
252-
"com.unity.timeline": {
253-
"version": "1.7.6",
254-
"depth": 0,
255-
"source": "registry",
256-
"dependencies": {
257-
"com.unity.modules.director": "1.0.0",
258-
"com.unity.modules.animation": "1.0.0",
259-
"com.unity.modules.audio": "1.0.0",
260-
"com.unity.modules.particlesystem": "1.0.0"
261-
},
262-
"url": "https://packages.unity.com"
263-
},
264139
"com.unity.ugui": {
265140
"version": "1.0.0",
266141
"depth": 0,

Samples/AppKit Sample/ProjectSettings/PackageManagerSettings.asset

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ MonoBehaviour:
3232
m_Scopes:
3333
- com.nethereum.unity
3434
- com.openupm
35+
- com.skibitsky.scene-reference
3536
- com.walletconnect
3637
- com.yasirkula.ingamedebugconsole
3738
- io.sentry.unity

0 commit comments

Comments
 (0)