Search Issue Tracker
By Design
Votes
0
Found in
2023.1.0a9
Issue ID
UUM-13806
Regression
Yes
[2023.1] Static batching processes five times fewer objects than it should when rendering on a specific project
How to reproduce:
1. Open the user’s attached “StaticBatchingRegression” project
2. Enter the Play Mode in the “Perf_Batching” Scene
3. Observe the Static Batching reported data in the “Profiler → Rendering” module
Expected result: Batches count is 271
Actual result: Batches count is 55
Reproducible with: 2023.1.0a5, 2023.1.0a9
Not reproducible with: 2020.3.39f1, 2021.3.9f1, 2022.1.16f1, 2022.2.0b7, 2023.1.0a4
Reproduced on: macOS 12.5 (Intel)
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
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts with meta files from previous Editor versions
- Input.mousePosition returns (NaN, NaN, 0.00) when Scene view is opened
Resolution Note:
Less batches with visually equal results is the result of an optimization and the central goal of batching: Reducing draw calls.