Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.31f1
2022.3.11f1
2023.1.18f1
2023.2.0b15
2023.3.0a11
Issue ID
UUM-54533
Regression
Yes
DrawMesh is not being batched showing the "Saved by batching" value in the "Stats" window as 0
How to reproduce:
1. Open the "IN_20895(1)" project
2. Open the "EngineTest1" Scene
3. Enter the Play Mode
4. Open the "Stats" window
5. Observe the "Stats" window
Expected result: "Saved by batching" value is more than zero
Actual result: "Saved by batching" value is zero
Reproducible with: 2021.3.31f1, 2022.3.11f1, 2023.1.18f1, 2023.2.0b15, 2023.3.0a11
Reproducible on: Windows 10 Pro
Not reproducible on: no other environment tested
Notes:
- The 2019.4.1f1 version didn't have this issue. To observe correct behaviour use "IN_20895(2)" project
- Couldn't test with 2020.3 stream due to errors in the Console when downgrading user project
- Didn't test player due to "Saved by batching" missing in the Profiler
- Couldn't find the regressed version due to the errors downgrading or upgrading projects
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
In this specific project, batching does not take place in both versions. The "Saved by batching" number should remain at zero. In the 2019 version, there was an issue where negative numbers were displayed, but we have resolved that problem in subsequent versions.