Skip to content

Commit 0e16361

Browse files
authored
Merge pull request #143 from JohannesDeml/ci/upgrade-unity/from-2021.3.35f1-to-2021.3.35f1-urp
[Automated workflow] upgrade-unity from 2021.3.35f1 to 2021.3.35f1-urp
2 parents d61af34 + 605f71b commit 0e16361

File tree

2 files changed

+21
-5
lines changed

2 files changed

+21
-5
lines changed

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"dependencies": {
3+
"com.jd.guidresolver": "1.1.0",
34
"com.unity.connect.share": "4.2.3",
45
"com.unity.ide.rider": "3.0.27",
56
"com.unity.ide.visualstudio": "2.0.22",
67
"com.unity.ide.vscode": "1.2.5",
78
"com.unity.render-pipelines.universal": "12.1.14",
89
"com.unity.test-framework": "1.1.33",
9-
"com.unity.textmeshpro": "3.0.6",
10+
"com.unity.textmeshpro": "3.0.8",
1011
"com.unity.ugui": "1.0.0",
1112
"com.unity.modules.androidjni": "1.0.0",
1213
"com.unity.modules.animation": "1.0.0",
@@ -32,8 +33,7 @@
3233
"com.unity.modules.video": "1.0.0",
3334
"com.unity.modules.vr": "1.0.0",
3435
"com.unity.modules.wind": "1.0.0",
35-
"com.unity.modules.xr": "1.0.0",
36-
"com.jd.guidresolver": "1.1.0"
36+
"com.unity.modules.xr": "1.0.0"
3737
},
3838
"scopedRegistries": [
3939
{
@@ -44,4 +44,4 @@
4444
]
4545
}
4646
]
47-
}
47+
}

Packages/packages-lock.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
{
22
"dependencies": {
3+
"com.jd.guidresolver": {
4+
"version": "1.1.0",
5+
"depth": 0,
6+
"source": "registry",
7+
"dependencies": {
8+
"com.unity.nuget.newtonsoft-json": "3.0.2"
9+
},
10+
"url": "https://package.openupm.com"
11+
},
312
"com.unity.burst": {
413
"version": "1.8.11",
514
"depth": 1,
@@ -65,6 +74,13 @@
6574
"dependencies": {},
6675
"url": "https://packages.unity.com"
6776
},
77+
"com.unity.nuget.newtonsoft-json": {
78+
"version": "3.2.1",
79+
"depth": 1,
80+
"source": "registry",
81+
"dependencies": {},
82+
"url": "https://packages.unity.com"
83+
},
6884
"com.unity.render-pipelines.core": {
6985
"version": "12.1.14",
7086
"depth": 1,
@@ -121,7 +137,7 @@
121137
"url": "https://packages.unity.com"
122138
},
123139
"com.unity.textmeshpro": {
124-
"version": "3.0.6",
140+
"version": "3.0.8",
125141
"depth": 0,
126142
"source": "registry",
127143
"dependencies": {

0 commit comments

Comments
 (0)