Search Issue Tracker
Fixed in 5.3.0
Votes
0
Found in
5.3.2f1
Issue ID
768296
Regression
Yes
Static batching limited in draw call
It seems there is some number behind the hood. That splits statistically batched object to multiple draw calls. Inspector shows that all the objects are combined (But I'm not sure if unity shows real combined mesh)
Project Steps:
1. Open the 'test' scene;
2. Run game, the draw call is 1;
3. Active the 'TestMesh(5)', then run game, the draw call is 2;
4. Please note, there are no any lights, and disable realtime shadow on quality setting
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "InvalidOperationException: Trying to SetRenderAttachment on a texture..." exception is thrown when using the depth back buffer as an input attachment in Renderer Feature on Vulkan Graphics API
- [HDRP Wizard] Reload Window fails to reload the HDRP Wizard window
- [HDRP Wizard] Fix All button is not presented using the macOS system
- "InvalidCastException: Specified cast is not valid" is thrown when Generating Lighting with "Virtual Offset" enabled in APV, and a static Skinned Mesh Rendered with a Mesh Filter Component is in the Scene
- TMP material doesn't update when using Localized Property to change the font assets
Add comment