Search Unity

Packages: Test folders generate errors

Discussion in 'Package Manager' started by catafest, Nov 19, 2018.

  1. catafest

    catafest

    Joined:
    May 3, 2014
    Posts:
    78
    1. Unity version 2018.2.15.f1
    2. I got multiple errors from
    See this:

    GUID [46dd317468bae4198b97ba0889b8fbb7] for asset 'Packages/com.unity.2d.spriteshape/Tests/Runtime' conflicts with:
    'Packages/com.unity.2d.animation/Tests/Runtime' (current owner)
    We can't assign a new GUID because the asset is in an immutable folder. The asset will be ignored.


    One solution will be to delete the test folders, but I'm not sure if this is a good way.
    Any idea?
     
  2. dquek

    dquek

    Unity Technologies

    Joined:
    Apr 17, 2018
    Posts:
    70
    There is a current GUID conflict with the 2d Spriteshape and 2d Animation packages. Thus the warnings appear.
    You could still work around it by ignoring them at the moment.

    We are working on pushing a new 2d Animation package very soon to fix the warnings.
    Apologies on this issue.