Skip to content

Commit e0f270b

Browse files
Fix: Enabled Depth Buffer in URP Settings (#762)
* updated URP settings to include a depth texture, as well as deleted some old unused ones * updated changelog with general message about fixing art bugs * tiny formatting change to the changelog entry * Changed changelog to just include message about this branch
1 parent 9b48228 commit e0f270b

13 files changed

+11
-33
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:57ba88eda3ea30aee43b6917d46abfa66e0b89d385bf1313f617096713525f3d
2+
oid sha256:da29810c341bcf738578f47551ecbe28f8e97219b291a31573861911483bfe13
33
size 2274
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:72a1ef37564885cdd554ba2cdfd0ee432987e84691cf9dc1d3bb1a079b830d85
2+
oid sha256:5af532fbda783cc134217ba61421dd74757b2815c13bad89459539d20f250dff
33
size 2277
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:650ff8b6a2baebe32bfb2bc7f7d300254efd0ea18482836b380177e811a1a8e6
3-
size 2272
2+
oid sha256:9890a6b627a2c2432d7779057d5507d3d77d7ccba3d5492dcc2e93aaf7223042
3+
size 2275
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:a6166bcb45330a5bd2cbeb811221c9adf5dd55431530788c4966d3525a6550d2
3-
size 2983
2+
oid sha256:6408403e59e172e153e90ae16892b4992fee6142074df9747d664fd795eef97a
3+
size 2981

Assets/URP/UniversalRenderPipelineAsset.asset

-3
This file was deleted.

Assets/URP/UniversalRenderPipelineAsset.asset.meta

-8
This file was deleted.

Assets/URP/UniversalRenderPipelineAsset_Renderer.asset

-3
This file was deleted.

Assets/URP/UniversalRenderPipelineAsset_Renderer.asset.meta

-8
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:04a0bbd561d86151600d296bfb874b022c2e49e345a1c6340ef30a8eca8d46e7
2+
oid sha256:4c89de387b09b66122b1fafc5db5c343753ab924dfc0765bfb3d102624424080
33
size 2266
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:5cbfe36f9dd8a6fe1622e7b672438496f47ab601ea80d6700729a5cfed16ca3b
2+
oid sha256:34f94cbfdeecaddec5dc78be403314ec6a232f42300db751d722928710a43b60
33
size 2274
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:8a17a2630b4e20bced9e2daf4b36b662f5f3e39abff7a801bf375f70d2d86859
2+
oid sha256:f1cdbea3b4b01ff59099ce403a979576fca035dbbdf81d78b38b984831273917
33
size 2266
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:1ab95eff1a040ae29a6adc58f92969cf754cdfd2ad632342423d6f6b8248c288
2+
oid sha256:9e42330b31093de0051cedcf0a292fb23e2bbf4de2444d57a35fc8f127c142d2
33
size 2268

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Additional documentation and release notes are available at [Multiplayer Documen
1818
* Removed unnecessary FindObjectOfType usage inside of ClientCharSelectState (#754)
1919

2020
### Fixed
21-
*
21+
* Reenabled depth buffer in the URP settings to enable the use of soft particles (#762)
2222

2323
## [2.0.0] - 2022-10-06
2424

0 commit comments

Comments
 (0)