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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note:
This happens, because culling mask changes. Decal system has no way knowing this and tracking it with other means would degrate performance.