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
0
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
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
- Created asset is placed in a new folder when creating a new folder and instantly creating an asset by clicking somewhere else
- Selecting and deleting transition in Animator does not add to Undo History when animation is previewed in Inspector
- GameObjects remain static when updating constraints of PhysicsJoint with "Enable Sleeping" selected in Havok Physics Configuration
- [iOS] Touch input is not clocked and UI is unresponsive when the application is paused mid-drag without lifting the finger
- [sw-unity-6-1] Scene view renders any light differently when more than one camera exists and neither have the "MainCamera" tag
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.