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
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
- Scene view has Y coordinates of the Screen Position node flipped when some of the URP features are disabled
- Volumetric fog shader variants are missing from build when "Strict Shader Variant Matching" is disabled
- Unnecessary modifications clutter the Scene when using a RectTransform driven by a LayoutGroup in a Prefab
- Files in the target folder are deleted without a proper warning when building an iOS project
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.