Search Issue Tracker
Won't Fix
Won't Fix in 2023.3.X
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
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
Resolution Note (2023.3.X):
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