Search Issue Tracker
Fixed in 5.3.5
Votes
0
Found in
5.3.1p3
Issue ID
769539
Regression
No
[iOS] Internal profiler reports Static draw call statistics the same as Dynamic draw calls
Steps to reproduce:
1. Open attached project (Batching_Test_WithDyanmicObjects.zip)
2. Switch to iOS
3. Make sure that Internal Profiler is enabled (Edit/Player Settings/Debugging and crash reporting)
4. Build and run 'batching_broken' scene to iOS device
5. Open Xcode log and notice that static batching stats are always the same as dynamic batching
> dynamic batching> batched draw calls: 4 batches: 1 tris: 48 verts: 96
> static batching> batched draw calls: 4 batches: 1 tris: 48 verts: 96
Total draw call count seems to show the correct values:
> draw calls> min: 163 max: 164 avg: 163
Unity profiler stats of the same scene:
> (Dynamic Batching) Batched Draw Calls: 4 Batches: 1 Tris: 48 Verts: 96
> (Static Batching) Batched Draw Calls: 160 Batches: 1 Tris: 1.9k Verts: 3.8k
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
- UI Document button's text does not resize relatively when size in percentage (%) is used
- Event.current.mousePosition has an offset of 1px along the y-axis in WebGL build when the mouse button is released
Add comment