Search Unity

Bug Burst Jobs don't work in Debug builds

Discussion in 'Burst' started by Carpet_Head, Mar 13, 2023.

  1. Carpet_Head

    Carpet_Head

    Joined:
    Nov 27, 2014
    Posts:
    258
    When profiling my debug builds, the burst compiler doesn't seem to operate. I'm Using unity 2022.2.10 and Burst 1.8.3

    upload_2023-3-13_14-39-45.png
    The jobs show in blue and run very slowly, suggesting burst is not working - this makes profiling much harder
     
  2. Carpet_Head

    Carpet_Head

    Joined:
    Nov 27, 2014
    Posts:
    258
    hmm, looks like this issue might not affect a small repro build. In that case I am not sure what causes this issue
     
  3. tim_jones

    tim_jones

    Unity Technologies

    Joined:
    May 2, 2019
    Posts:
    287
    Hi @Carpet_Head. Is this a player build or running in the Editor?
     
  4. CarpetHeadDev

    CarpetHeadDev

    Joined:
    Nov 2, 2022
    Posts:
    2
    it's a player build with "development build" enabled. With that option disabled, burst works correctly
     
  5. tim_jones

    tim_jones

    Unity Technologies

    Joined:
    May 2, 2019
    Posts:
    287
    Hi @CarpetHeadDev - I think we will need a repro project to be able to investigate this. Are you able to submit a bug report via Help > Report a Bug? If you can, let me know the bug number here, and we'll take a look.