Skip to content

Commit f5269b0

Browse files
chore: fixes
1 parent 3fccb6f commit f5269b0

File tree

3 files changed

+24
-23
lines changed

3 files changed

+24
-23
lines changed

Assets/Settings/UniversalRenderPipelineGlobalSettings.asset

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,8 @@ MonoBehaviour:
9494
references:
9595
version: 2
9696
RefIds:
97+
- rid: -2
98+
type: {class: , ns: , asm: }
9799
- rid: 2100176707506143232
98100
type: {class: RenderingDebuggerRuntimeResources, ns: UnityEngine.Rendering, asm: Unity.RenderPipelines.Core.Runtime}
99101
data:
@@ -240,6 +242,9 @@ MonoBehaviour:
240242
m_AutodeskInteractive: {fileID: 4800000, guid: 0e9d5a909a1f7e84882a534d0d11e49f, type: 3}
241243
m_AutodeskInteractiveTransparent: {fileID: 4800000, guid: 5c81372d981403744adbdda4433c9c11, type: 3}
242244
m_AutodeskInteractiveMasked: {fileID: 4800000, guid: 80aa867ac363ac043847b06ad71604cd, type: 3}
245+
m_TerrainDetailLit: {fileID: 4800000, guid: f6783ab646d374f94b199774402a5144, type: 3}
246+
m_TerrainDetailGrassBillboard: {fileID: 4800000, guid: 29868e73b638e48ca99a19ea58c48d90, type: 3}
247+
m_TerrainDetailGrass: {fileID: 4800000, guid: e507fdfead5ca47e8b9a768b51c291a1, type: 3}
243248
m_DefaultSpeedTree7Shader: {fileID: 4800000, guid: 0f4122b9a743b744abe2fb6a0a88868b, type: 3}
244249
m_DefaultSpeedTree8Shader: {fileID: -6465566751694194690, guid: 9920c1f1781549a46ba081a2a15a16ec, type: 3}
245250
m_DefaultSpeedTree9Shader: {fileID: -6465566751694194690, guid: cbd3e1cc4ae141c42a30e33b4d666a61, type: 3}
@@ -250,8 +255,6 @@ MonoBehaviour:
250255
m_CopyDepthPS: {fileID: 4800000, guid: d6dae50ee9e1bfa4db75f19f99355220, type: 3}
251256
m_CameraMotionVector: {fileID: 4800000, guid: c56b7e0d4c7cb484e959caeeedae9bbf, type: 3}
252257
m_StencilDeferredPS: {fileID: 4800000, guid: e9155b26e1bc55942a41e518703fe304, type: 3}
253-
m_ClusterDeferred: {fileID: 4800000, guid: 222cce62363a44a380c36bf03b392608, type: 3}
254-
m_StencilDitherMaskSeedPS: {fileID: 4800000, guid: 8c3ee818f2efa514c889881ccb2e95a2, type: 3}
255258
m_DBufferClear: {fileID: 4800000, guid: f056d8bd2a1c7e44e9729144b4c70395, type: 3}
256259
- rid: 6852985685364965379
257260
type: {class: UniversalRenderPipelineDebugShaders, ns: UnityEngine.Rendering.Universal, asm: Unity.RenderPipelines.Universal.Runtime}

Packages/packages-lock.json

Lines changed: 17 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"url": "https://packages.unity.com"
5454
},
5555
"com.unity.burst": {
56-
"version": "1.8.25",
56+
"version": "1.8.24",
5757
"depth": 2,
5858
"source": "registry",
5959
"dependencies": {
@@ -80,14 +80,13 @@
8080
"url": "https://packages.unity.com"
8181
},
8282
"com.unity.collections": {
83-
"version": "2.6.2",
83+
"version": "2.5.1",
8484
"depth": 1,
8585
"source": "registry",
8686
"dependencies": {
87-
"com.unity.burst": "1.8.23",
88-
"com.unity.mathematics": "1.3.2",
89-
"com.unity.test-framework": "1.4.6",
90-
"com.unity.nuget.mono-cecil": "1.11.5",
87+
"com.unity.burst": "1.8.17",
88+
"com.unity.test-framework": "1.4.5",
89+
"com.unity.nuget.mono-cecil": "1.11.4",
9190
"com.unity.test-framework.performance": "3.0.3"
9291
},
9392
"url": "https://packages.unity.com"
@@ -141,18 +140,18 @@
141140
}
142141
},
143142
"com.unity.nuget.mono-cecil": {
144-
"version": "1.11.5",
143+
"version": "1.11.4",
145144
"depth": 2,
146145
"source": "registry",
147146
"dependencies": {},
148147
"url": "https://packages.unity.com"
149148
},
150149
"com.unity.render-pipelines.core": {
151-
"version": "17.2.0",
150+
"version": "17.0.4",
152151
"depth": 1,
153152
"source": "builtin",
154153
"dependencies": {
155-
"com.unity.burst": "1.8.14",
154+
"com.unity.burst": "1.8.20",
156155
"com.unity.mathematics": "1.3.2",
157156
"com.unity.ugui": "2.0.0",
158157
"com.unity.collections": "2.4.3",
@@ -163,12 +162,12 @@
163162
}
164163
},
165164
"com.unity.render-pipelines.universal": {
166-
"version": "17.2.0",
165+
"version": "17.0.4",
167166
"depth": 0,
168167
"source": "builtin",
169168
"dependencies": {
170-
"com.unity.render-pipelines.core": "17.2.0",
171-
"com.unity.shadergraph": "17.2.0",
169+
"com.unity.render-pipelines.core": "17.0.4",
170+
"com.unity.shadergraph": "17.0.4",
172171
"com.unity.render-pipelines.universal-config": "17.0.3"
173172
}
174173
},
@@ -205,16 +204,16 @@
205204
"url": "https://packages.unity.com"
206205
},
207206
"com.unity.shadergraph": {
208-
"version": "17.2.0",
207+
"version": "17.0.4",
209208
"depth": 1,
210209
"source": "builtin",
211210
"dependencies": {
212-
"com.unity.render-pipelines.core": "17.2.0",
211+
"com.unity.render-pipelines.core": "17.0.4",
213212
"com.unity.searcher": "4.9.3"
214213
}
215214
},
216215
"com.unity.splines": {
217-
"version": "2.8.2",
216+
"version": "2.8.1",
218217
"depth": 1,
219218
"source": "registry",
220219
"dependencies": {
@@ -225,7 +224,7 @@
225224
"url": "https://packages.unity.com"
226225
},
227226
"com.unity.test-framework": {
228-
"version": "1.6.0",
227+
"version": "1.5.1",
229228
"depth": 0,
230229
"source": "builtin",
231230
"dependencies": {
@@ -235,7 +234,7 @@
235234
}
236235
},
237236
"com.unity.test-framework.performance": {
238-
"version": "3.2.0",
237+
"version": "3.1.0",
239238
"depth": 2,
240239
"source": "registry",
241240
"dependencies": {
@@ -423,8 +422,7 @@
423422
"com.unity.modules.ui": "1.0.0",
424423
"com.unity.modules.imgui": "1.0.0",
425424
"com.unity.modules.jsonserialize": "1.0.0",
426-
"com.unity.modules.hierarchycore": "1.0.0",
427-
"com.unity.modules.physics": "1.0.0"
425+
"com.unity.modules.hierarchycore": "1.0.0"
428426
}
429427
},
430428
"com.unity.modules.umbra": {

ProjectSettings/ProjectVersion.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
m_EditorVersion: 6000.2.10f1
2-
m_EditorVersionWithRevision: 6000.2.10f1 (d3d30d158480)
1+
m_EditorVersion: 6000.0.56f1
2+
m_EditorVersionWithRevision: 6000.0.56f1 (9c7b5e468860)

0 commit comments

Comments
 (0)