Search Issue Tracker
Fixed in 2022.3.13f1
Fixed in 2022.3.X, 2023.1.X, 2023.2.X, 2023.3.X, 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
- Performance Markers Search window shows an empty entry in the list
- Enabling Deep Profiling in Performance Markers Search window breaks Inspector panel buttons when navigating through the marker items
- An "InvalidOperationException" error is thrown when TryRemoveItem is used with rebuildTree set to false
- Build fails with IL2CPP error when building on Android platform in a specific project
- Resize to Fit option for Import Activity window's Columns does nothing
Add comment