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
- Warning of an unknown Script missing is logged when selecting VFX in Play Mode
- Vertical and horizontal scrollbars appear and disappear when dragging an attribute to a different position within the Shader Graph Hierarchy
- AudioSource.PlayDelayed() does not work with Audio Random Containers
- Compatible with the VFX Graph Shader Graph can't be dragged and dropped into the "Output" block from the Project window
- [Silicon] Freeze/crash on BrotliDecoderDecompressStream when using System.IO.Compression.BrotliDecoder.TryDecompress
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