Addressable path missing files after reloading Unity

Yesterday morning after loading Unity I noticed all my addressable paths were “Missing File.” I laboriously recreated all of them, and it worked for the rest of the day. This morning, when loading Unity again, once again all Paths are missing file (per the screenshot)

This only started happening once I updated Addressables to 1.1.9 and switched to Bundle Mode Pack Separately

It also happened for another programmer.

Unity Version : 2019.2.0f1
Addressables version: 1.1.9

This morning

Recreated yet again

After recreating the Addressable identifier for each resource, I reverted all changes in Perforce, it showed that nothing changed.

I looked at the asset file, and the name is correct

4911161--475448--upload_2019-8-29_10-58-50.png

Workaround: rollback to 1.1.7 until the next release, or use the patch in referenced floor.

1 Like

I ran into the same issue and was just read this post, and 1.1.10 released right when I read it, upgrade to 1.1.10 and it seems to fix the issue without my need to do anything.

1 Like

Thanks, I rolled back to 1.1.7 for now which fixed the issue. I’ll try 1.1.10 if at some point in the future I see a reason to upgrade.