Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.7f1
2023.1.10f1
2023.2.0b5
2023.3.0a1
Issue ID
UUM-47139
Regression
No
Screen Space decals do not render into all Gbuffers
Screen space decals in deferred should render into all GBuffers. Currently they only render into the Emissive/GI/Lighting buffer.
Steps to reproduce:
# Open attached project
# Look at the game view
Expected: Decal projects areas that are completely smooth and metallic
Actual: Decal doesn't modify the GBuffers and therefore inherits the smoothness, metallic and AO of whatever was underneath.
Side note:
Screen space decals seem to be injected after SSAO. This results in an unnecessary render target switch as the decals could be rendered right after the GBuffer pass in stead. Would be great to see this fixed as well!
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
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note:
this is not supported (decals affect base color, emission color and normals, no metallic and smoothness)
we need a featur request if this is needed