Search Issue Tracker
In Progress
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X, 6000.2.X
Fix In Review for 6000.1.X
Votes
1
Found in
2021.3.44f1
2022.3.47f1
6000.0.20f1
6000.1.0a7
6000.2.0a1
Issue ID
UUM-82522
Regression
No
[URP][Comp/RG] Decals do not get projected onto a GameObject draw with the Render Objects Renderer Feature when according to Event it should be projected
How to reproduce:
1. Open the “RenderObjectDecal“ project
2. Open the “SampleScene“
3. Observe the Scene/Game view
Expected result: Both of the Decals are rendered (“Decal Projector-Default“ and “Decal Projector-RenderObject“)
Actual result: Decal projected onto “Cube-RenderObject“ is not rendered
Reproducible with: 2021.3.44f1, 2022.3.47f1, 6000.0.20f1
Reproducible on: macOS 14.6.1 (Intel), Windows 10 Pro (22H2)
Not reproducible on: No other environments tested
Notes:
- Reproduces in the Player
- Changing the Render Objects Renderer Feature Event has no effect on reproduction
- More information in the comments
Comments (1)
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
- Input from the "Backslash" key is not detected in the Web Player when using the Japanese 106/109 key keyboard
- High "Total" value of the "TerrainManager.CullAllTerrains" when generating terrain
- UI Layout rebuild triggered by a rounding error when using TextMesh Pro
- Sprite Shape Corners and Edges are invisible when a closed Sprite Shape is used
- Script icon Gizmos cause lag/performance issues in Scene view even when the Scene Camera is not pointed at Gizmos
NanakiLucis
Nov 01, 2024 19:53
Hi, I may have the same problem. I hide the layer from the main render and draw it in render objects - after that the decals are not displayed on this layer. For now I solved it by not hiding the layer from the main render. Probably it turns out that the drawing occurs 2 times.