Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Where is the package manager?

Discussion in '2018.1 Beta' started by leedevonald, Mar 8, 2018.

  1. leedevonald

    leedevonald

    Joined:
    Mar 8, 2018
    Posts:
    18


    Not sure what i'm doing wrong here, but i can't find the package manager in any of the menu dropdowns. It was there in 2018.1.0b9
     
  2. Karearea

    Karearea

    Joined:
    Sep 3, 2012
    Posts:
    386
    Did you update to 1.8.3? I did this and it threw errors and wouldn't compile (in b10), I had to revert the manifest back to 1.8.2
     
  3. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
    Hi @leedevonald ,

    Can you look into the editor log file (https://docs.unity3d.com/Manual/LogFiles.html) and search for a section starting with this line:
    [Package Manager] Done resolving packages in XXXs seconds

    It there an error after this line? Do you see a list of packages?

    Regards,

    Pascal
     
    Caraujo87 likes this.
  4. jawasjnsdjn

    jawasjnsdjn

    Joined:
    Mar 7, 2013
    Posts:
    37
    i am having an issure similar when trying to update the package manager

    C:/ProgramData/Unity/cache/packages/staging-packages.unity.com/com.unity.package-manager-ui@1.8.1/Editor/Sources/Services/Upm/UpmOperationFactory.cs(7,24): error CS0246: The type or namespace name `UpmListOperation' could not be found. Are you missing an assembly reference?
     
  5. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
    Hi @jawasjnsdjn ,

    This seems like a mismatch between the package manager UI package and the editor. Which beta release are you using?

    Regards,

    Pascal
     
  6. jawasjnsdjn

    jawasjnsdjn

    Joined:
    Mar 7, 2013
    Posts:
    37
    i upgraded to beta 10 then it showed an update to the package manager 1.8.3 i think then it disappeared and was making it so i couldn't play my game in the editor so i just went and deleted the file it was mentioning then i wasn't fixed when i reinstalled the editor.
     
    Last edited: Mar 12, 2018
  7. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
    Do you have packages set in your project manifest (see the `dependencies` section in the file `Packages/manifest.json`)?
     
    Last edited: Mar 12, 2018
  8. jawasjnsdjn

    jawasjnsdjn

    Joined:
    Mar 7, 2013
    Posts:
    37
  9. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
    What happen if you remove the `registry` line and empty the `dependencies` mapping?
     
  10. jawasjnsdjn

    jawasjnsdjn

    Joined:
    Mar 7, 2013
    Posts:
    37
    this is in the ShaderGraph_ExampleLibrary_Project
    doing that in the package.json after it does its thing from the detected changes it makes the whole scene go pink and nothing else
    {
    "dependencies": {
    }
    }
     
  11. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
    Ok. But do you still have the compilation error? Revert it back to make your scene work then.
     
  12. jawasjnsdjn

    jawasjnsdjn

    Joined:
    Mar 7, 2013
    Posts:
    37
    it appears to be fixed now. not sure what i did
     
  13. okcompute_unity

    okcompute_unity

    Unity Technologies

    Joined:
    Jan 16, 2017
    Posts:
    756
    Ok! Write back here if it ever disappear again. Sorry for your trouble.

    Regards,

    Pascal