Skip to content

Commit fd40d18

Browse files
authored
Merge pull request #182 from JohannesDeml/ci/upgrade-unity/from-2021.3.35f1-to-2021.3.45f1-urp
[Automated workflow] upgrade-unity from 2021.3.35f1 to 2021.3.45f1-urp
2 parents b044950 + af00076 commit fd40d18

File tree

3 files changed

+12
-11
lines changed

3 files changed

+12
-11
lines changed

Packages/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"com.unity.ide.rider": "3.0.31",
66
"com.unity.ide.visualstudio": "2.0.22",
77
"com.unity.ide.vscode": "1.2.5",
8-
"com.unity.render-pipelines.universal": "12.1.14",
8+
"com.unity.render-pipelines.universal": "12.1.15",
99
"com.unity.test-framework": "1.1.33",
1010
"com.unity.textmeshpro": "3.0.9",
1111
"com.unity.ugui": "1.0.0",

Packages/packages-lock.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
"url": "https://package.openupm.com"
1111
},
1212
"com.unity.burst": {
13-
"version": "1.8.11",
13+
"version": "1.8.18",
1414
"depth": 1,
1515
"source": "registry",
1616
"dependencies": {
17-
"com.unity.mathematics": "1.2.1"
17+
"com.unity.mathematics": "1.2.1",
18+
"com.unity.modules.jsonserialize": "1.0.0"
1819
},
1920
"url": "https://packages.unity.com"
2021
},
@@ -82,7 +83,7 @@
8283
"url": "https://packages.unity.com"
8384
},
8485
"com.unity.render-pipelines.core": {
85-
"version": "12.1.14",
86+
"version": "12.1.15",
8687
"depth": 1,
8788
"source": "builtin",
8889
"dependencies": {
@@ -92,14 +93,14 @@
9293
}
9394
},
9495
"com.unity.render-pipelines.universal": {
95-
"version": "12.1.14",
96+
"version": "12.1.15",
9697
"depth": 0,
9798
"source": "builtin",
9899
"dependencies": {
99100
"com.unity.mathematics": "1.2.1",
100101
"com.unity.burst": "1.8.9",
101-
"com.unity.render-pipelines.core": "12.1.14",
102-
"com.unity.shadergraph": "12.1.14"
102+
"com.unity.render-pipelines.core": "12.1.15",
103+
"com.unity.shadergraph": "12.1.15"
103104
}
104105
},
105106
"com.unity.searcher": {
@@ -117,11 +118,11 @@
117118
"url": "https://packages.unity.com"
118119
},
119120
"com.unity.shadergraph": {
120-
"version": "12.1.14",
121+
"version": "12.1.15",
121122
"depth": 1,
122123
"source": "builtin",
123124
"dependencies": {
124-
"com.unity.render-pipelines.core": "12.1.14",
125+
"com.unity.render-pipelines.core": "12.1.15",
125126
"com.unity.searcher": "4.9.1"
126127
}
127128
},

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.35f1
2-
m_EditorVersionWithRevision: 2021.3.35f1 (157b46ce122a)
1+
m_EditorVersion: 2021.3.45f1
2+
m_EditorVersionWithRevision: 2021.3.45f1 (0da89fac8e79)

0 commit comments

Comments
 (0)