Search Issue Tracker
Fixed
Fixed in 6000.2.0b2
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
- Some UXML Template Asset foldouts appear enabled when all fields inside are disabled
- URP Terrain Demo crash on burst_signal_handler after Generating lighting
- Project window button icons are poorly visible and their shades differ in Light theme
- GC.Alloc called by HDRenderPipeline.LensFlareMergeOcclusionDataDrivenPass() when playing the default HDRP Sample Template project
- Automatic LOD fails and SRP Batcher incompatibility occurs when using spline-based quad-topology meshes
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.