Skip to content

Commit 4ed15bf

Browse files
authored
Merge pull request #140 from JohannesDeml/ci/upgrade-unity/from-2022.2.18f1-to-2022.2.18f1-urp
[Automated workflow] upgrade-unity from 2022.2.18f1 to 2022.2.18f1-urp
2 parents b2b5394 + fc01579 commit 4ed15bf

File tree

3 files changed

+28
-12
lines changed

3 files changed

+28
-12
lines changed

Assets/Scripts/Editor/UnityPackageScripts.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ private static void UpdatePackages()
111111
#if UNITY_2022_3_OR_NEWER
112112
package.versions.recommended;
113113
#elif UNITY_2019_3_OR_NEWER
114-
package.versions.verified;
114+
package.versions.recommended;
115115
#else
116116
package.versions.recommended;
117117
#endif

Packages/manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "2.0.4",
3+
"com.jd.guidresolver": "1.1.0",
4+
"com.unity.collab-proxy": "2.0.7",
45
"com.unity.connect.share": "4.2.3",
5-
"com.unity.ide.rider": "3.0.21",
6-
"com.unity.ide.visualstudio": "2.0.18",
6+
"com.unity.ide.rider": "3.0.27",
7+
"com.unity.ide.visualstudio": "2.0.22",
78
"com.unity.ide.vscode": "1.2.5",
89
"com.unity.render-pipelines.universal": "14.0.7",
910
"com.unity.test-framework": "1.1.33",
10-
"com.unity.textmeshpro": "3.0.6",
11+
"com.unity.textmeshpro": "3.0.8",
1112
"com.unity.ugui": "1.0.0",
1213
"com.unity.modules.androidjni": "1.0.0",
1314
"com.unity.modules.animation": "1.0.0",
@@ -33,8 +34,7 @@
3334
"com.unity.modules.video": "1.0.0",
3435
"com.unity.modules.vr": "1.0.0",
3536
"com.unity.modules.wind": "1.0.0",
36-
"com.unity.modules.xr": "1.0.0",
37-
"com.jd.guidresolver": "1.1.0"
37+
"com.unity.modules.xr": "1.0.0"
3838
},
3939
"scopedRegistries": [
4040
{
@@ -45,4 +45,4 @@
4545
]
4646
}
4747
]
48-
}
48+
}

Packages/packages-lock.json

Lines changed: 20 additions & 4 deletions
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.4",
514
"depth": 1,
@@ -10,7 +19,7 @@
1019
"url": "https://packages.unity.com"
1120
},
1221
"com.unity.collab-proxy": {
13-
"version": "2.0.4",
22+
"version": "2.0.7",
1423
"depth": 0,
1524
"source": "registry",
1625
"dependencies": {},
@@ -41,7 +50,7 @@
4150
"url": "https://packages.unity.com"
4251
},
4352
"com.unity.ide.rider": {
44-
"version": "3.0.21",
53+
"version": "3.0.27",
4554
"depth": 0,
4655
"source": "registry",
4756
"dependencies": {
@@ -50,7 +59,7 @@
5059
"url": "https://packages.unity.com"
5160
},
5261
"com.unity.ide.visualstudio": {
53-
"version": "2.0.18",
62+
"version": "2.0.22",
5463
"depth": 0,
5564
"source": "registry",
5665
"dependencies": {
@@ -72,6 +81,13 @@
7281
"dependencies": {},
7382
"url": "https://packages.unity.com"
7483
},
84+
"com.unity.nuget.newtonsoft-json": {
85+
"version": "3.2.0",
86+
"depth": 1,
87+
"source": "registry",
88+
"dependencies": {},
89+
"url": "https://packages.unity.com"
90+
},
7591
"com.unity.render-pipelines.core": {
7692
"version": "14.0.7",
7793
"depth": 1,
@@ -129,7 +145,7 @@
129145
"url": "https://packages.unity.com"
130146
},
131147
"com.unity.textmeshpro": {
132-
"version": "3.0.6",
148+
"version": "3.0.8",
133149
"depth": 0,
134150
"source": "registry",
135151
"dependencies": {

0 commit comments

Comments
 (0)