Search Unity

Bug Analyse Rules Localization "Asset is Missing"

Discussion in 'Localization Tools' started by luistorres_emvenci, Nov 10, 2022.

  1. luistorres_emvenci

    luistorres_emvenci

    Joined:
    Aug 23, 2021
    Posts:
    16
    Hi everyone, I've run into a issue with the localization/addressables workflow.
    After running analyze tool, there are a few missing tables marked with "Asset is Missing". This is not a recent issue, however it as recently started to appear on WebGL builds, and breaking the localization reference

    FYI:
    Even tho this is under Fixable Rules, the "Fix Selected Rules" button does not work on this.

    upload_2022-11-10_16-7-34.png upload_2022-11-10_16-10-25.png

    As you can see the WebGL error is somehow associated with one of the "Asset Missing" (key is the same).
     

    Attached Files:

  2. karl_jones

    karl_jones

    Unity Technologies

    Joined:
    May 5, 2015
    Posts:
    8,282
    I don't think missing assets can always be fixed. It's saying that an asset with the guid can not be found in the asset database. Could be the guid has changed, such as when the meta file was not tracked in source control.