Search Issue Tracker
By Design
Votes
0
Found in
2021.3.8f1
2022.1.13f1
2022.2.0b4
2023.1.0a5
Issue ID
UUM-11967
Regression
No
Decal is not rendered when in Camera component Culling Mask dropdown field Default is unselected
Reproduction steps:
1. Open the user’s attached project
2. Open Assets/Scenes/SampleScene
3. Open Window -> General -> Game
4. In Hierarchy window select Decal and set its layer to UI
5. Select Main Camera and in Camera component in section Rendering -> Culling Mask deselect Default
Expected result: The Decal is rendered
Actual result: The Decal is not rendered
Reproducible on: 12.1.7 (2021.3.8f1), 13.1.8 (2022.1.13f1), 14.0.3 (2022.2.0b4), 15.0.0 (2023.1.0a5)
Couldn’t test on: 10.10.0 (2020.3.38f1) - No Decal render feature
Reproducible with: macOS 12.5
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
- "ShaderGraph" misses a space in the "Project Settings" section
- UI Builder inspector’s checkbox fields can be activated when clicking anywhere in the value field
- Unity icon is poorly visible in the "Build Profiles" window when "Dark" editor theme is selected
- UI Toolkit Transition Animation is ignored when background-size property has a starting value of 0
- Error "Assertion failed on expression: 'i->previewArtifactID == found->second.previewArtifactID'" is present when creating Render Texture
Resolution Note:
This happens, because culling mask changes. Decal system has no way knowing this and tracking it with other means would degrate performance.