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
- 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:
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