Search Unity

Installing dependencies not showing as installed

Discussion in 'Package Manager' started by sstrong, Apr 30, 2019.

  1. sstrong

    sstrong

    Joined:
    Oct 16, 2013
    Posts:
    2,251
    When installing Hybrid Renderer (or any others for that matter) that have dependencies in U2019.1.0f2 with Package Manager 2.1.2, the dependencies don't show as installed.

    However, they "seem" to be installed according to the package that has them as dependencies. Restarting Unity has no effect.

    upload_2019-4-30_15-18-19.png

    Shouldn't there be a tick next to the installed packages in the left column?
     
  2. erick_unity

    erick_unity

    Unity Technologies

    Joined:
    Jan 4, 2017
    Posts:
    41
    Hi @sstrong, the package manager UI does not currently show dependencies explicitly in the left column packages list (upcoming feature), but they are indeed installed. If you look in the package's detail pane, on the right hand side of your screen grab, you will see that in your case, the "Entities" package version 0.0.12-preview.30 is marked as installed.
     
  3. sstrong

    sstrong

    Joined:
    Oct 16, 2013
    Posts:
    2,251
    Thanks. Yes, it would be useful if what was installed always showed in the list on the left. I had thought pkg mgr would refresh the list from the manifest when Unity restarted but that isn't currently the case.