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
- Memory leak occurs when focused on Player while using Direct3D12
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
Resolution Note:
This happens, because culling mask changes. Decal system has no way knowing this and tracking it with other means would degrate performance.