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
- The Editor becomes unresponsive and memory allocation errors are spammed in the Console when Generating Lightning
- Crash on BatchApplyPropertiesFromSourceAssetDB when opening a specific project
- Scene view Camera cannot be moved with WASD/QE keys when the Right Mouse Button is held down and the Mouse is not moved
- Crash when calling default interface method from virtual method with same name
- [Android] Unity does not include the ".aab" extension for an AppBundle when it is built via script with the buildPlayerOptions.locationPathName = "AppName.apk" and EditorUserBuildSettings.buildAppBundle = true
Add comment