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
- [sw-unity-6-1] UI Toolkit Debugger's "Pick Element" functionality does not work when hovering on any Editor panel except the Game view
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
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