Search Unity

Version Control not working with In Development Packages

Discussion in 'Package Manager' started by col000r, May 15, 2019.

  1. col000r

    col000r

    Joined:
    Mar 27, 2008
    Posts:
    699
    In principle the contents of Packages should not be included in the project repository, but if I have a package in the Packages folder where I can make modifications to it and it's classified as "in development', then it's only logical to have it included.

    However: Version Control inside Unity doesn't care for "in development" Packages. All the options in the right-click-menu are greyed out and if I run Provider.Checkout() on one of those files, I even get an Error.

    I'm guessing this is now how it's supposed to be? I reported a bug about it! (Case 1154498)
     
  2. mathieur

    mathieur

    Unity Technologies

    Joined:
    Jul 22, 2015
    Posts:
    31
    Yes, this is a known issue that we are working on currently. Packages in development should indeed be added to the version control system.
     
  3. col000r

    col000r

    Joined:
    Mar 27, 2008
    Posts:
    699
    Glad you agreed! :) Thanks for the heads up!