Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Jobs menu not appearing

Discussion in 'Entity Component System' started by CraigHubbard, Nov 27, 2020.

  1. CraigHubbard

    CraigHubbard

    Joined:
    Jan 20, 2019
    Posts:
    5
    I tried adding the Jobs and Burst packages to an existing project on 2019.4.13f1 LTS and the Jobs menu doesn't get added. I removed and reinstalled Burst, Jobs, and Mathematics but still no luck.

    I then created a new test project and installed those three packages and it shows as expected. Any advice on how to resolve aside from migrating to a new project?
     
  2. Antypodish

    Antypodish

    Joined:
    Apr 29, 2014
    Posts:
    10,753
    Try check / compare packages manifest between two projects. Use some differences check software. There is free online for example. You could also use VS.

    Or try delete libraries folder and let Unity reload them. This may help too.
     
  3. CraigHubbard

    CraigHubbard

    Joined:
    Jan 20, 2019
    Posts:
    5
    Thanks for the response! I wasn't excited about deleting the library folder since it takes forever to rebuild, but I tried anyway. Didn't help, unfortunately.

    I'll migrate instead. Either way, I appreciate the advice!