Skip to content

Commit 66613b9

Browse files
authored
Merge pull request #95 from JohannesDeml/ci/upgrade-unity/from-2021.3.31f1-to-2021.3.33f1-urp
[Automated workflow] upgrade-unity from 2021.3.31f1 to 2021.3.33f1-urp
2 parents 397ef63 + d7d6c48 commit 66613b9

File tree

3 files changed

+17
-17
lines changed

3 files changed

+17
-17
lines changed

Packages/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"dependencies": {
3-
"com.unity.collab-proxy": "2.1.0",
3+
"com.unity.collab-proxy": "2.2.0",
44
"com.unity.connect.share": "4.2.3",
5-
"com.unity.ide.rider": "3.0.25",
6-
"com.unity.ide.visualstudio": "2.0.21",
5+
"com.unity.ide.rider": "3.0.27",
6+
"com.unity.ide.visualstudio": "2.0.22",
77
"com.unity.ide.vscode": "1.2.5",
8-
"com.unity.render-pipelines.universal": "12.1.12",
8+
"com.unity.render-pipelines.universal": "12.1.13",
99
"com.unity.test-framework": "1.1.33",
1010
"com.unity.textmeshpro": "3.0.6",
1111
"com.unity.ugui": "1.0.0",

Packages/packages-lock.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"dependencies": {
33
"com.unity.burst": {
4-
"version": "1.8.4",
4+
"version": "1.8.11",
55
"depth": 1,
66
"source": "registry",
77
"dependencies": {
@@ -10,7 +10,7 @@
1010
"url": "https://packages.unity.com"
1111
},
1212
"com.unity.collab-proxy": {
13-
"version": "2.1.0",
13+
"version": "2.2.0",
1414
"depth": 0,
1515
"source": "registry",
1616
"dependencies": {},
@@ -41,7 +41,7 @@
4141
"url": "https://packages.unity.com"
4242
},
4343
"com.unity.ide.rider": {
44-
"version": "3.0.25",
44+
"version": "3.0.27",
4545
"depth": 0,
4646
"source": "registry",
4747
"dependencies": {
@@ -50,7 +50,7 @@
5050
"url": "https://packages.unity.com"
5151
},
5252
"com.unity.ide.visualstudio": {
53-
"version": "2.0.21",
53+
"version": "2.0.22",
5454
"depth": 0,
5555
"source": "registry",
5656
"dependencies": {
@@ -73,7 +73,7 @@
7373
"url": "https://packages.unity.com"
7474
},
7575
"com.unity.render-pipelines.core": {
76-
"version": "12.1.12",
76+
"version": "12.1.13",
7777
"depth": 1,
7878
"source": "builtin",
7979
"dependencies": {
@@ -83,14 +83,14 @@
8383
}
8484
},
8585
"com.unity.render-pipelines.universal": {
86-
"version": "12.1.12",
86+
"version": "12.1.13",
8787
"depth": 0,
8888
"source": "builtin",
8989
"dependencies": {
9090
"com.unity.mathematics": "1.2.1",
91-
"com.unity.burst": "1.8.4",
92-
"com.unity.render-pipelines.core": "12.1.12",
93-
"com.unity.shadergraph": "12.1.12"
91+
"com.unity.burst": "1.8.9",
92+
"com.unity.render-pipelines.core": "12.1.13",
93+
"com.unity.shadergraph": "12.1.13"
9494
}
9595
},
9696
"com.unity.searcher": {
@@ -108,11 +108,11 @@
108108
"url": "https://packages.unity.com"
109109
},
110110
"com.unity.shadergraph": {
111-
"version": "12.1.12",
111+
"version": "12.1.13",
112112
"depth": 1,
113113
"source": "builtin",
114114
"dependencies": {
115-
"com.unity.render-pipelines.core": "12.1.12",
115+
"com.unity.render-pipelines.core": "12.1.13",
116116
"com.unity.searcher": "4.9.1"
117117
}
118118
},

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 2021.3.31f1
2-
m_EditorVersionWithRevision: 2021.3.31f1 (3409e2af086f)
1+
m_EditorVersion: 2021.3.33f1
2+
m_EditorVersionWithRevision: 2021.3.33f1 (ee5a2aa03ab2)

0 commit comments

Comments
 (0)