Search Issue Tracker
Won't Fix
Votes
11
Found in
2020.3.46f1
Issue ID
UUM-28982
Regression
No
Decals overlap when placed behind a mesh with subsurface scattering
How to reproduce:
1. Download and open the attached project
2. Open the "Gawain_DemoScene" scene
3. Observe the "Game" view window
Expected result: Decals do not overlap with the meshes on the model's face
Actual result: Decals overlap with the meshes on the model's face
Reproducible with: 2020.3.46f1 (10.10.1), 2021.3.20f1 (12.1.10), 2022.2.10f1 (14.0.6), 2023.1.0b7 (15.0.4), 2023.2.0a5 (16.0.0)
-
unity_Suh2jwepow3xCA
Apr 17, 2023 12:37
How is THIS a duplicate if the link you provided leads to an issue that was reported a month LATER?
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "Undeclared identifier 'LinearToSRGB'" error is thrown when creating a color variable with HDR color mode and assigning a Custom Render Texture target in Shader Graph
- Input System package is missing when creating a new HDRP project
- Inconsistent behaviour when interacting with different dropdown types with pointer events on parent Visual Element
- Hidden GameObjects won't re-enable when they have call "DontDestroyOnLoad" function
- Overlay Canvas are rendered on each split-screen camera when HDR is enabled
Resolution Note:
This issue highlight a problem in the HDRP renderer design. HDRP made some render pass choice for performance reasons. Fixing this issue properly will have a perforce impact, thus the won't fix to not affect existing project. However there is a workaround. This issue only happen in deferred mode and with object that use object motion vector. For such case, the workaround is to enable a full depth prepass via "Depth prepass within Deferred" on the framesetting of the camera. This will fix the issue but have some cost on the CPU.