Skip to content

Commit 6ab1980

Browse files
authored
[Automated workflow] upgrade-unity from 2022.1.24f1 to 2022.1.24f1
1 parent e75b24a commit 6ab1980

File tree

3 files changed

+34
-23
lines changed

3 files changed

+34
-23
lines changed

Assets/Scripts/ChangeCursorExample.cs.meta

Lines changed: 10 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"dependencies": {
33
"com.jd.guidresolver": "1.2.0",
4-
"com.unity.connect.share": "4.2.3",
5-
"com.unity.ide.rider": "3.0.27",
6-
"com.unity.ide.visualstudio": "2.0.22",
4+
"com.unity.connect.share": "4.2.4",
5+
"com.unity.ide.rider": "3.0.38",
6+
"com.unity.ide.visualstudio": "2.0.26",
77
"com.unity.ide.vscode": "1.2.5",
88
"com.unity.test-framework": "1.1.33",
9-
"com.unity.textmeshpro": "3.0.8",
9+
"com.unity.textmeshpro": "3.0.9",
1010
"com.unity.ugui": "1.0.0",
1111
"com.unity.modules.androidjni": "1.0.0",
1212
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"url": "https://package.openupm.com"
1111
},
1212
"com.unity.connect.share": {
13-
"version": "4.2.3",
13+
"version": "4.2.4",
1414
"depth": 0,
1515
"source": "registry",
1616
"dependencies": {
@@ -27,10 +27,11 @@
2727
"url": "https://packages.unity.com"
2828
},
2929
"com.unity.ext.nunit": {
30-
"version": "2.0.5",
30+
"version": "1.0.6",
3131
"depth": 1,
32-
"source": "builtin",
33-
"dependencies": {}
32+
"source": "registry",
33+
"dependencies": {},
34+
"url": "https://packages.unity.com"
3435
},
3536
"com.unity.ide.rider": {
3637
"version": "3.0.38",
@@ -42,14 +43,21 @@
4243
"url": "https://packages.unity.com"
4344
},
4445
"com.unity.ide.visualstudio": {
45-
"version": "2.0.23",
46+
"version": "2.0.26",
4647
"depth": 0,
4748
"source": "registry",
4849
"dependencies": {
49-
"com.unity.test-framework": "1.1.9"
50+
"com.unity.test-framework": "1.1.33"
5051
},
5152
"url": "https://packages.unity.com"
5253
},
54+
"com.unity.ide.vscode": {
55+
"version": "1.2.5",
56+
"depth": 0,
57+
"source": "registry",
58+
"dependencies": {},
59+
"url": "https://packages.unity.com"
60+
},
5361
"com.unity.nuget.newtonsoft-json": {
5462
"version": "3.0.2",
5563
"depth": 1,
@@ -58,25 +66,25 @@
5866
"url": "https://packages.unity.com"
5967
},
6068
"com.unity.settings-manager": {
61-
"version": "2.1.0",
69+
"version": "2.0.1",
6270
"depth": 1,
6371
"source": "registry",
6472
"dependencies": {},
6573
"url": "https://packages.unity.com"
6674
},
6775
"com.unity.test-framework": {
68-
"version": "1.6.0",
76+
"version": "1.1.33",
6977
"depth": 0,
70-
"source": "builtin",
78+
"source": "registry",
7179
"dependencies": {
72-
"com.unity.ext.nunit": "2.0.3",
80+
"com.unity.ext.nunit": "1.0.6",
7381
"com.unity.modules.imgui": "1.0.0",
7482
"com.unity.modules.jsonserialize": "1.0.0"
7583
},
7684
"url": "https://packages.unity.com"
7785
},
7886
"com.unity.textmeshpro": {
79-
"version": "3.0.8",
87+
"version": "3.0.9",
8088
"depth": 0,
8189
"source": "registry",
8290
"dependencies": {
@@ -85,7 +93,7 @@
8593
"url": "https://packages.unity.com"
8694
},
8795
"com.unity.ugui": {
88-
"version": "2.0.0",
96+
"version": "1.0.0",
8997
"depth": 0,
9098
"source": "builtin",
9199
"dependencies": {
@@ -126,12 +134,6 @@
126134
"com.unity.modules.animation": "1.0.0"
127135
}
128136
},
129-
"com.unity.modules.hierarchycore": {
130-
"version": "1.0.0",
131-
"depth": 1,
132-
"source": "builtin",
133-
"dependencies": {}
134-
},
135137
"com.unity.modules.imageconversion": {
136138
"version": "1.0.0",
137139
"depth": 0,

0 commit comments

Comments
 (0)