Search Issue Tracker
Fixed
Fixed in 2022.2.4f1, 2023.1.0a26
Votes
1
Found in
2022.2.0b16
2023.1.0a20
Issue ID
UUM-20379
Regression
No
The depth prepass does not batch effectively
The depth only shader does not have any variants (I think) and should therefore be optimal for batching. The frame debugger indicates otherwise as batches seem to be broken the same way as the keywords of the lit shader cause batches to break.
Steps to reproduce:
# Open attached project
# Open frame debugger
# Check the depth prepass
# Count the number of SRP batches
Expected result: 1
Actual result: several
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
- “Asset X has no meta file, but it's in an immutable folder. The asset will be ignored.” errors are thrown when importing package with files not listed in package.json's "files" property
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
Resolution Note (fix version 2023.1.0a26):
Fix validated.
Resolution Note (fix version 2022.2.4f1):
Does not reproduce