Search Unity

Packages autoupdate brokes project

Discussion in 'Package Manager' started by sanya_kotov, Jan 5, 2020.

  1. sanya_kotov

    sanya_kotov

    Joined:
    Feb 17, 2015
    Posts:
    4
    When open project, Unity automatic updates some packages without asking (why?) and on next project open gets this
    upload_2020-1-5_12-18-48.png

    Update logs
    upload_2020-1-5_12-21-27.png

    Get this error second time, with different projects and different Unity ver (2019.1.10 and 2.14)
    To fix needs change manifest.json and next reinstal packages in manual mode, clear Library folder.

    PS In both cases was the same packages
     
    Last edited: Jan 5, 2020
  2. okcompute_unity

    okcompute_unity

    Unity Technologies

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

    The Package Manager update process kicks in automatically when opening a project from an older Unity version into a later Unity editor. It should not be done *all the time*, only that one time when you change editor version. Make sure you don't erase the
    ProjectSettings
    folder by mistake. This is where the current project editor version is persisted.

    Regards,

    Pascal