Skip to content

Commit 0639670

Browse files
committed
chore: moving to 2022.3.18f1
1 parent 4b9be35 commit 0639670

File tree

3 files changed

+29
-19
lines changed

3 files changed

+29
-19
lines changed

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"dependencies": {
3-
"com.unity.addressables": "1.21.18",
3+
"com.unity.addressables": "1.21.19",
44
"com.unity.ai.navigation": "1.1.5",
55
"com.unity.animation.rigging": "1.2.1",
66
"com.unity.ide.rider": "3.0.27",
7-
"com.unity.ide.visualstudio": "2.0.21",
7+
"com.unity.ide.visualstudio": "2.0.22",
88
"com.unity.ide.vscode": "1.2.5",
99
"com.unity.inputsystem": "1.7.0",
10-
"com.unity.memoryprofiler": "1.0.0",
11-
"com.unity.render-pipelines.universal": "14.0.9",
10+
"com.unity.memoryprofiler": "1.1.0",
11+
"com.unity.render-pipelines.universal": "14.0.10",
1212
"com.unity.test-framework": "1.1.33",
1313
"com.unity.textmeshpro": "3.0.6",
1414
"com.unity.timeline": "1.7.6",

Packages/packages-lock.json

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
33
"com.unity.addressables": {
4-
"version": "1.21.18",
4+
"version": "1.21.19",
55
"depth": 0,
66
"source": "registry",
77
"dependencies": {
8-
"com.unity.scriptablebuildpipeline": "1.21.20",
8+
"com.unity.scriptablebuildpipeline": "1.21.21",
99
"com.unity.modules.assetbundle": "1.0.0",
1010
"com.unity.modules.imageconversion": "1.0.0",
1111
"com.unity.modules.jsonserialize": "1.0.0",
@@ -34,11 +34,12 @@
3434
"url": "https://packages.unity.com"
3535
},
3636
"com.unity.burst": {
37-
"version": "1.8.9",
37+
"version": "1.8.12",
3838
"depth": 1,
3939
"source": "registry",
4040
"dependencies": {
41-
"com.unity.mathematics": "1.2.1"
41+
"com.unity.mathematics": "1.2.1",
42+
"com.unity.modules.jsonserialize": "1.0.0"
4243
},
4344
"url": "https://packages.unity.com"
4445
},
@@ -66,7 +67,7 @@
6667
"url": "https://packages.unity.com"
6768
},
6869
"com.unity.ide.visualstudio": {
69-
"version": "2.0.21",
70+
"version": "2.0.22",
7071
"depth": 0,
7172
"source": "registry",
7273
"dependencies": {
@@ -98,7 +99,7 @@
9899
"url": "https://packages.unity.com"
99100
},
100101
"com.unity.memoryprofiler": {
101-
"version": "1.0.0",
102+
"version": "1.1.0",
102103
"depth": 0,
103104
"source": "registry",
104105
"dependencies": {
@@ -107,7 +108,7 @@
107108
"url": "https://packages.unity.com"
108109
},
109110
"com.unity.render-pipelines.core": {
110-
"version": "14.0.9",
111+
"version": "14.0.10",
111112
"depth": 1,
112113
"source": "builtin",
113114
"dependencies": {
@@ -118,18 +119,27 @@
118119
}
119120
},
120121
"com.unity.render-pipelines.universal": {
121-
"version": "14.0.9",
122+
"version": "14.0.10",
122123
"depth": 0,
123124
"source": "builtin",
124125
"dependencies": {
125126
"com.unity.mathematics": "1.2.1",
126127
"com.unity.burst": "1.8.9",
127-
"com.unity.render-pipelines.core": "14.0.9",
128-
"com.unity.shadergraph": "14.0.9"
128+
"com.unity.render-pipelines.core": "14.0.10",
129+
"com.unity.shadergraph": "14.0.10",
130+
"com.unity.render-pipelines.universal-config": "14.0.9"
131+
}
132+
},
133+
"com.unity.render-pipelines.universal-config": {
134+
"version": "14.0.9",
135+
"depth": 1,
136+
"source": "builtin",
137+
"dependencies": {
138+
"com.unity.render-pipelines.core": "14.0.9"
129139
}
130140
},
131141
"com.unity.scriptablebuildpipeline": {
132-
"version": "1.21.20",
142+
"version": "1.21.21",
133143
"depth": 1,
134144
"source": "registry",
135145
"dependencies": {},
@@ -143,11 +153,11 @@
143153
"url": "https://packages.unity.com"
144154
},
145155
"com.unity.shadergraph": {
146-
"version": "14.0.9",
156+
"version": "14.0.10",
147157
"depth": 1,
148158
"source": "builtin",
149159
"dependencies": {
150-
"com.unity.render-pipelines.core": "14.0.9",
160+
"com.unity.render-pipelines.core": "14.0.10",
151161
"com.unity.searcher": "4.9.2"
152162
}
153163
},

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2022.3.12f1
2-
m_EditorVersionWithRevision: 2022.3.12f1 (4fe6e059c7ef)
1+
m_EditorVersion: 2022.3.18f1
2+
m_EditorVersionWithRevision: 2022.3.18f1 (d29bea25151d)

0 commit comments

Comments
 (0)