Search Unity

Addressables analyze bug

Discussion in 'Addressables' started by peeka, Feb 13, 2020.

  1. peeka

    peeka

    Joined:
    Dec 3, 2014
    Posts:
    113
    unity 2019.2.21f1, addressable v 1.6.0
    when I do analyze, such as check duplicate bundle, and build bundle layout, a lot of hundreds of files belong to another group, would show up in Default Local Group, not sure how to debug this, I tried remove and re-add, don't seem to help.
     
  2. davidla_unity

    davidla_unity

    Unity Technologies

    Joined:
    Nov 17, 2016
    Posts:
    763
    Hm, interesting. I'll have to take a look at that. Thanks for the post
     
  3. unilsson

    unilsson

    Joined:
    Sep 17, 2019
    Posts:
    2
    Hi,

    We just saw this problem in our project as well. In our case it was some schemas that had a faulty reference to the addressable group. Not sure if it was caused by the addressable package or our code. To fix it we iterated through all schemas and made sure it had the correct group assigned.

    This bug only affect the analyze rules. When doing a build the assets will end up in the correct group (even though they have faulty schema->group references).