Search Issue Tracker
Fixed
Fixed in 2022.3.13f1, 2023.1.19f1, 2023.2.0b16, 2023.3.0a12
Votes
1
Found in
2021.3.24f1
2022.2.18f1
2023.1.0b15
2023.2.0a13
2023.3.0a3
Issue ID
UUM-35569
Regression
No
[URP] Unrelated decals are culled when using Screen Space technique
Reproduction steps:
1. Open project “MissingDecalByCulling”
2. Open scene “DecalSample”
3. Select “Decal Projector Culled” GameObject
4. Increase Transform Position Y through the Inspector
Expected result: unrelated “Decal Projector L” in not culled
Actual result: unrelated “Decal Projector L” is culled when over the culling distance (draw distance + bounding box)
Reproducible with: 2021.3.24f1, 2022.2.18f1, 2023.1.0b15, 2023.2.0a13
Couldn’t test with: 2020.3.48f1 (compiler errors)
Reproducible on: macOS Ventura 13.2.1 (Intel), Windows 10 (by the reporter)
Notes:
- Not reproduced when commenting out code to cull in DecalCreateDrawCallSystem.cs. (needs custom package)
- Not reproducible using the DBuffer technique
- Also reproducible in Standalone Player
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Full stack trace is always printed when an exception occurs in an IL2CPP build
- Licensing Client fails to launch when opening Unity Hub (licensing client path is not found)
- Licensing Client fails to launch when opening Unity Hub
- Different custom Shader behavior when GPU Resident Drawer is enabled
- InvalidOperationException occurs when binding 3D Rendertexture or 2D RenderTextureArray as Multiple Render Texture in RenderGraph
Add comment