Search Unity

hash collision in ContentCatalogData.SetData

Discussion in 'Addressables' started by sophiepeithos, Dec 27, 2018.

  1. sophiepeithos

    sophiepeithos

    Joined:
    Sep 10, 2014
    Posts:
    59
    suggest using a perfect hash or something else to check dependencies are truly equal, otherwise when a collision occurs, It is very difficult for us to debug
    also a suggestion, please provide a human readable version of catalog.json, convert the encoded string to more readable string, it will help us debugging
    thanks
     
    MNNoxMortem likes this.
  2. unity_bill

    unity_bill

    Joined:
    Apr 11, 2017
    Posts:
    1,053
    Good ideas, thanks.