Search Unity

Frame debugger draw calls versus stats difference?

Discussion in 'General Graphics' started by DigiLabOslo, Feb 3, 2021.

  1. DigiLabOslo

    DigiLabOslo

    Joined:
    Aug 19, 2019
    Posts:
    3
    Hi

    In the stats windows I have 151 draw calls. But using frame debugger I only see 31. Aren't these numbers supposed to be the same? The frame debugger seems to be missing som draw call steps as well, because the whole scene shows up in one single draw call it seems..
    Using URP.

    Screenshot 2021-02-03 104035.png
     
  2. Sky77

    Sky77

    Joined:
    Jan 30, 2014
    Posts:
    171
    The stats windows is not reliable, especially if you're using SRP and SRP Batcher, use the frame debugger for the correct numbers.
     
  3. swProdBdk

    swProdBdk

    Joined:
    Apr 22, 2020
    Posts:
    10
    I have the same issue. 2000 Batches in the Stats window vs 236 in Frame Debugger. I wonder if it is a bug. This wasn't an issue not so long ago.

    Did you ever find any solution to bring it back to sync?