Skip to content

Commit 9dd9b27

Browse files
authored
[Automated workflow] upgrade-unity from 2022.2.18f1 to 2022.2.18f1
1 parent e91779d commit 9dd9b27

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
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,12 +1,13 @@
11
{
22
"dependencies": {
3-
"com.unity.ai.navigation": "1.1.3",
3+
"com.jd.guidresolver": "1.1.0",
4+
"com.unity.ai.navigation": "1.1.5",
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.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: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://package.openupm.com"
1111
},
1212
"com.unity.ai.navigation": {
13-
"version": "1.1.3",
13+
"version": "1.1.5",
1414
"depth": 0,
1515
"source": "registry",
1616
"dependencies": {
@@ -43,7 +43,7 @@
4343
"url": "https://packages.unity.com"
4444
},
4545
"com.unity.ide.rider": {
46-
"version": "3.0.21",
46+
"version": "3.0.27",
4747
"depth": 0,
4848
"source": "registry",
4949
"dependencies": {
@@ -52,7 +52,7 @@
5252
"url": "https://packages.unity.com"
5353
},
5454
"com.unity.ide.visualstudio": {
55-
"version": "2.0.18",
55+
"version": "2.0.22",
5656
"depth": 0,
5757
"source": "registry",
5858
"dependencies": {
@@ -68,7 +68,7 @@
6868
"url": "https://packages.unity.com"
6969
},
7070
"com.unity.nuget.newtonsoft-json": {
71-
"version": "3.2.1",
71+
"version": "3.2.0",
7272
"depth": 1,
7373
"source": "registry",
7474
"dependencies": {},
@@ -93,7 +93,7 @@
9393
"url": "https://packages.unity.com"
9494
},
9595
"com.unity.textmeshpro": {
96-
"version": "3.0.6",
96+
"version": "3.0.8",
9797
"depth": 0,
9898
"source": "registry",
9999
"dependencies": {

0 commit comments

Comments
 (0)