Search Issue Tracker
By Design
By Design in 2023.1.X
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
This happens, because culling mask changes. Decal system has no way knowing this and tracking it with other means would degrate performance.
Resolution Note (2023.1.X):
This happens, because culling mask changes. Decal system has no way knowing this and tracking it with other means would degrate performance.