Search Unity

package dependencies

Discussion in 'Entity Component System' started by snacktime, May 5, 2018.

  1. snacktime

    snacktime

    Joined:
    Apr 15, 2013
    Posts:
    3,356
    I ran into this with the unity collections, and didn't see a forum specifically for the package manager so posting here.

    At the very least packages should show which external dependencies they will pull in. As they can conflict with dll's already installed by the user. And it looks like external dependencies are stored per package. What happens if more then one package requires the same dependency?