Search Issue Tracker
By Design
Votes
0
Found in [Package]
Issue ID
1386795
Regression
Yes
Decal projector problem in 2021.2.4fi
This issue has no description.
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
Resolution Note:
It looks like the issue is not on HDRP side, but on the decal shadergraph used. The Graph Cartier_Decal has a property called mask map which it uses to output shaderproperties, but the texture linked to the slot is not a mask texture, and the node normal from texture is probably not used correctly
Switching the shader to HDRP/Decal works properly
Note that there was some missing package dependencies in the repro project, so maybe i wasn't able to fully reproduce the issue