Skip to content

Commit 853b2b8

Browse files
committed
Add missing URP package (10.8.1)
1 parent 85518a8 commit 853b2b8

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

ECSSamples/Packages/manifest.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
"com.unity.jobs": "0.50.0-preview.8",
1212
"com.unity.performance.profile-analyzer": "1.1.1",
1313
"com.unity.platforms": "0.50.0-preview.4",
14+
"com.unity.render-pipelines.universal": "10.8.1",
1415
"com.unity.rendering.hybrid": "0.50.0-preview.24",
1516
"com.unity.test-framework": "1.1.29",
1617
"com.unity.ugui": "1.0.0",

ECSSamples/Packages/packages-lock.json

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,28 @@
176176
},
177177
"url": "https://packages.unity.com"
178178
},
179+
"com.unity.render-pipelines.core": {
180+
"version": "10.8.1",
181+
"depth": 1,
182+
"source": "registry",
183+
"dependencies": {
184+
"com.unity.ugui": "1.0.0",
185+
"com.unity.modules.physics": "1.0.0",
186+
"com.unity.modules.jsonserialize": "1.0.0"
187+
},
188+
"url": "https://packages.unity.com"
189+
},
190+
"com.unity.render-pipelines.universal": {
191+
"version": "10.8.1",
192+
"depth": 0,
193+
"source": "registry",
194+
"dependencies": {
195+
"com.unity.mathematics": "1.1.0",
196+
"com.unity.render-pipelines.core": "10.8.1",
197+
"com.unity.shadergraph": "10.8.1"
198+
},
199+
"url": "https://packages.unity.com"
200+
},
179201
"com.unity.rendering.hybrid": {
180202
"version": "0.50.0-preview.24",
181203
"depth": 0,
@@ -199,6 +221,13 @@
199221
"dependencies": {},
200222
"url": "https://packages.unity.com"
201223
},
224+
"com.unity.searcher": {
225+
"version": "4.3.2",
226+
"depth": 2,
227+
"source": "registry",
228+
"dependencies": {},
229+
"url": "https://packages.unity.com"
230+
},
202231
"com.unity.serialization": {
203232
"version": "1.7.0-preview.1",
204233
"depth": 1,
@@ -212,6 +241,16 @@
212241
},
213242
"url": "https://packages.unity.com"
214243
},
244+
"com.unity.shadergraph": {
245+
"version": "10.8.1",
246+
"depth": 1,
247+
"source": "registry",
248+
"dependencies": {
249+
"com.unity.render-pipelines.core": "10.8.1",
250+
"com.unity.searcher": "4.3.2"
251+
},
252+
"url": "https://packages.unity.com"
253+
},
215254
"com.unity.test-framework": {
216255
"version": "1.1.31",
217256
"depth": 1,

0 commit comments

Comments
 (0)