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.