Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Assertion failed on expression: 'itGuid != guidMap.end()'

Discussion in '2020.1 Beta' started by CDF, Jun 12, 2020.

  1. CDF

    CDF

    Joined:
    Sep 14, 2013
    Posts:
    1,311
    I get this everytime I open my project with this as well:

    A meta data file (.meta) exists but its folder 'Assets/StreamingAssets/aa' can't be found, and has been created. Empty directories cannot be stored in version control, so it's assumed that the meta data file is for an empty directory in version control. When moving or deleting folders outside of Unity, please ensure that the corresponding .meta file is moved or deleted along with it.

    Assertion failed on expression: 'itGuid != guidMap.end()'

    I'm using Addressables 1.8.4. Possibly that package is not cleaning up the "aa" folder correctly.
    As I can see it's empty. When I delete "aa" folder manually, the error does not occur.
     
  2. Peter77

    Peter77

    QA Jesus

    Joined:
    Jun 12, 2013
    Posts:
    6,620
  3. LeonhardP

    LeonhardP

    Unity Technologies

    Joined:
    Jul 4, 2016
    Posts:
    3,136
    crns13 and Peter77 like this.