Search Unity

[Feature Request] Allow selecting of multiple plugins

Discussion in 'Package Manager' started by Carwashh, Aug 23, 2018.

  1. Carwashh

    Carwashh

    Joined:
    Jul 28, 2012
    Posts:
    762
    I'm just going through the 'Built In Packages' and disabling any I don't required, but this task is taking a lot longer than it should and is so laborious!

    Expand Built In Packages tree -> Click package -> click disable -> wait for the refresh -> window refreshes and minimises the Built In Packages tree -> expand and repeat.
     
  2. okcompute_unity

    okcompute_unity

    Unity Technologies

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

    I take note of your pain and will transfer to the UI team your feature request. In the meantime, if you need to *batch* remove built-in packages again. I suggest you open the project manifest file (
    /Packages/manifest.json
    ) and delete all the packages that starts with
    com.unity.module.*
    from the
    dependencies
    list.

    Regards,

    Pascal
     
  3. manu73

    manu73

    Unity Technologies

    Joined:
    Aug 22, 2014
    Posts:
    68
    Hi @Carwashh

    Multi selection in Package Manager UI for packages and built-in modules is in our plans for next big release.

    We will keep you post

    Regards,

    Emmanuel
     
    optimise likes this.
  4. Carwashh

    Carwashh

    Joined:
    Jul 28, 2012
    Posts:
    762
    Thanks for the quick response on this one chaps!