Search Issue Tracker
Active
Under Consideration for 2021.3.X, 2022.3.X, 6000.0.X
Votes
0
Found in
2021.3.44f1
2022.3.47f1
6000.0.20f1
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
- Crash when trying to force Shader to interpret 1/30 as a floating point operation
- Terrain is flickering when adjusting "Compatibility Mode" and "Use Rendering Layers" Settings
- Isometric tiles are flickering and overlapping each other when entering Play Mode with Tilemap Renderer mode set to "Chunk"
- Crash on ParticleSystemParticles::array_reserve when particle system starts
- Docking Text Property Preview Window next to UI Builder breaks the window and causes NullReferenceException
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.