Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.4
2019.3.0b6
2020.1
Issue ID
1191217
Regression
No
Profiler shows incorrect amount of (Instancing) Batched Draw Calls and Batches after enabling SRP Batcher
How to reproduce:
1. Open attached project ("DOTS testing.zip")
2. Open Profiler window (Window->Analysis->Profiler)
3. Enter and Exit Play mode
4. Select the Rendering tab in Profiler window
Expected result: Instancing has 1000 Batched Draw Calls and 4 Batches
Actual result: Instancing has 0 Batched Draw Calls and 1000 Batches
Reproducible with: 2018.4.16f1, 2019.2.20f1, 2019.3.0f6, 2020.1.0a21
Not tested with: 2017.4 (SRP Batcher wasn't released)
Notes:
- Unity Frame Debugger lists 4 SRP batches for the 1000 cubes (as expected)
- Profiler's Rendering tab confirms there are 1000 cubes arranged into batches of 250 instances (total of 4 SetPass, additional SetPass is probably for Skybox)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “No method with RuntimeInitializeOnLoadMethod attribute” warning from ReadmeEditor.cs is thrown after installing Project Auditor Rules
- Projection matrix is altered when using RasterCommandBuffer.ClearRenderTarget on DX12 and Metal
- Entities Hierarchy window allows Cyclic nesting and throws an “ArgumentException: Cyclic nesting detected” error when dragging a Prefab onto the same Prefab in the Entities Hierarchy
- EnterPlayModeOptions doesn't take effect if user manually modifies m_EnterPlayModeOptionsEnabled to 0
- VFX Graph Documentation dropdown button does nothing when clicked on the right side
Add comment