Skip to content

Commit 4367776

Browse files
committed
Add WebGL Publisher
1 parent ec276b4 commit 4367776

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

Packages/manifest.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.collab-proxy": "1.7.1",
4+
"com.unity.connect.share": "4.2.2",
45
"com.unity.ide.rider": "3.0.7",
56
"com.unity.ide.visualstudio": "2.0.9",
67
"com.unity.ide.vscode": "1.2.3",

Packages/packages-lock.json

+24
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@
99
},
1010
"url": "https://packages.unity.com"
1111
},
12+
"com.unity.connect.share": {
13+
"version": "4.2.2",
14+
"depth": 0,
15+
"source": "registry",
16+
"dependencies": {
17+
"com.unity.editorcoroutines": "1.0.0",
18+
"com.unity.settings-manager": "1.0.2"
19+
},
20+
"url": "https://packages.unity.com"
21+
},
22+
"com.unity.editorcoroutines": {
23+
"version": "1.0.0",
24+
"depth": 1,
25+
"source": "registry",
26+
"dependencies": {},
27+
"url": "https://packages.unity.com"
28+
},
1229
"com.unity.ext.nunit": {
1330
"version": "1.0.6",
1431
"depth": 1,
@@ -48,6 +65,13 @@
4865
"dependencies": {},
4966
"url": "https://packages.unity.com"
5067
},
68+
"com.unity.settings-manager": {
69+
"version": "1.0.2",
70+
"depth": 1,
71+
"source": "registry",
72+
"dependencies": {},
73+
"url": "https://packages.unity.com"
74+
},
5175
"com.unity.test-framework": {
5276
"version": "1.1.26",
5377
"depth": 0,

webgl_sharing

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
6123f8f911e5d6020845edb3

0 commit comments

Comments
 (0)