Skip to content

Commit 9ad8540

Browse files
authored
Merge pull request #256 from JohannesDeml/ci/upgrade-unity/from-2022.2.18f1-urp-to-2022.2.18f1-urp
[Automated workflow] upgrade-unity from 2022.2.18f1-urp to 2022.2.18f1-urp
2 parents 6412177 + b676241 commit 9ad8540

File tree

3 files changed

+28
-25
lines changed

3 files changed

+28
-25
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
@@ -2,13 +2,13 @@
22
"dependencies": {
33
"com.jd.guidresolver": "1.2.0",
44
"com.unity.collab-proxy": "2.0.7",
5-
"com.unity.connect.share": "4.2.3",
6-
"com.unity.ide.rider": "3.0.27",
7-
"com.unity.ide.visualstudio": "2.0.22",
5+
"com.unity.connect.share": "4.2.4",
6+
"com.unity.ide.rider": "3.0.38",
7+
"com.unity.ide.visualstudio": "2.0.26",
88
"com.unity.ide.vscode": "1.2.5",
99
"com.unity.render-pipelines.universal": "14.0.7",
1010
"com.unity.test-framework": "1.1.33",
11-
"com.unity.textmeshpro": "3.0.8",
11+
"com.unity.textmeshpro": "3.0.9",
1212
"com.unity.ugui": "1.0.0",
1313
"com.unity.modules.androidjni": "1.0.0",
1414
"com.unity.modules.animation": "1.0.0",

Packages/packages-lock.json

Lines changed: 14 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"url": "https://packages.unity.com"
2727
},
2828
"com.unity.connect.share": {
29-
"version": "4.2.3",
29+
"version": "4.2.4",
3030
"depth": 0,
3131
"source": "registry",
3232
"dependencies": {
@@ -43,10 +43,11 @@
4343
"url": "https://packages.unity.com"
4444
},
4545
"com.unity.ext.nunit": {
46-
"version": "2.0.5",
46+
"version": "1.0.6",
4747
"depth": 1,
48-
"source": "builtin",
49-
"dependencies": {}
48+
"source": "registry",
49+
"dependencies": {},
50+
"url": "https://packages.unity.com"
5051
},
5152
"com.unity.ide.rider": {
5253
"version": "3.0.38",
@@ -58,11 +59,11 @@
5859
"url": "https://packages.unity.com"
5960
},
6061
"com.unity.ide.visualstudio": {
61-
"version": "2.0.23",
62+
"version": "2.0.26",
6263
"depth": 0,
6364
"source": "registry",
6465
"dependencies": {
65-
"com.unity.test-framework": "1.1.9"
66+
"com.unity.test-framework": "1.1.33"
6667
},
6768
"url": "https://packages.unity.com"
6869
},
@@ -117,7 +118,7 @@
117118
"url": "https://packages.unity.com"
118119
},
119120
"com.unity.settings-manager": {
120-
"version": "2.1.0",
121+
"version": "2.0.1",
121122
"depth": 1,
122123
"source": "registry",
123124
"dependencies": {},
@@ -133,18 +134,18 @@
133134
}
134135
},
135136
"com.unity.test-framework": {
136-
"version": "1.6.0",
137+
"version": "1.1.33",
137138
"depth": 0,
138-
"source": "builtin",
139+
"source": "registry",
139140
"dependencies": {
140-
"com.unity.ext.nunit": "2.0.3",
141+
"com.unity.ext.nunit": "1.0.6",
141142
"com.unity.modules.imgui": "1.0.0",
142143
"com.unity.modules.jsonserialize": "1.0.0"
143144
},
144145
"url": "https://packages.unity.com"
145146
},
146147
"com.unity.textmeshpro": {
147-
"version": "3.0.8",
148+
"version": "3.0.9",
148149
"depth": 0,
149150
"source": "registry",
150151
"dependencies": {
@@ -153,7 +154,7 @@
153154
"url": "https://packages.unity.com"
154155
},
155156
"com.unity.ugui": {
156-
"version": "2.0.0",
157+
"version": "1.0.0",
157158
"depth": 0,
158159
"source": "builtin",
159160
"dependencies": {
@@ -194,12 +195,6 @@
194195
"com.unity.modules.animation": "1.0.0"
195196
}
196197
},
197-
"com.unity.modules.hierarchycore": {
198-
"version": "1.0.0",
199-
"depth": 1,
200-
"source": "builtin",
201-
"dependencies": {}
202-
},
203198
"com.unity.modules.imageconversion": {
204199
"version": "1.0.0",
205200
"depth": 0,
@@ -279,8 +274,7 @@
279274
"dependencies": {
280275
"com.unity.modules.ui": "1.0.0",
281276
"com.unity.modules.imgui": "1.0.0",
282-
"com.unity.modules.jsonserialize": "1.0.0",
283-
"com.unity.modules.hierarchycore": "1.0.0"
277+
"com.unity.modules.jsonserialize": "1.0.0"
284278
}
285279
},
286280
"com.unity.modules.umbra": {

0 commit comments

Comments
 (0)