Search Unity

Package Manger not updating Burst

Discussion in 'Burst' started by RoughSpaghetti3211, Aug 11, 2019.

  1. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,709
    Anyone seeing this issue in 2019.2. When I try and update burst from the package manager it greys out and nothing happens
     
  2. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,709
    Is burst no longer a package, It not appearing in my package manager
     
  3. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    Just loaded an empty 19.2 project and burst is there fine for me

    upload_2019-8-11_15-52-45.png

    Do you have a compile error in your project?
     
  4. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,709
    no not there for me , very weird, no compile error only error is the burst attr that is missing the assembly

    I guess ill will re download unity 2019.2, all the other packages eg enities worked
     
  5. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,709
    Ok, re-downloaded and reinstalled 2019.2 .. still no burst package. Seems like the package manager is busted, toggling "show preview packages" does nothing. Any suggestions Screen Shot 2019-08-11 at 10.57.23 PM.png
     
  6. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,709
    Ok seems like this is a UI bug . To save others from wasting hours I fixed this by reverting UI Layout to Factory settings.
     
    elcionap likes this.
  7. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,761
    Interesting work around, did not know it.

    It's kind of a cat and mouse problem. You have compile errors in project so new packages don't show up until they're fixed (the package manager basically is cached to stop it breaking.)

    Generally the easiest solution is to just add the package manually to the package.manifest file. But I guess this workaround could be better though it's a bit annoying to reset your entire UI.
     
  8. RoughSpaghetti3211

    RoughSpaghetti3211

    Joined:
    Aug 11, 2015
    Posts:
    1,709
    Ahhh ok well at least I now understand the problem. Thanks for clarifying