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
- Text is unreadable when DLSS is applied to the Canvas with Render Mode set to World Space
- NullReferenceException errors appear in the Console when changing the values of Visual Effect Control Clip Events' Attributes
- Crash on TextCore::OTL_TableReader::GetOpenTypeLayoutTables when using Japanese Font as TMP Fallback
- TreeView.AddItem performance regression when opening EditorWindow
- Shadows are not visible in Player when using DX12 with Forward+ or Deferred+ rendering in URP
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