Search Unity

Dependencies conflict?

Discussion in 'Package Manager' started by sebas77, Jul 13, 2020.

  1. sebas77

    sebas77

    Joined:
    Nov 4, 2011
    Posts:
    1,642
    I have two different libraries working with the same dependency but at different releases. One of the two libraries cannot use the most updated version of the dependency, while the other needs it.

    Is it possible to have the same dependency in the package but at two different releases so that A depends on C at version 1 and B depends on C at version 2?