addressable stops working after update from 1.6.0 to 1.8.3

no errors, just not work.

little update, if upgrade from 1.6.0 to 1.8.3 and click play - all works, after reboot unity -it doesn’t work anymore. helps to switch to the previous version (1.6.0), uprgade to 1.7.5 gives the same bad result (addressables stops working)

any help? no one else faced such a problem?

Sorry to hear this is happening! For a situation like this, you’ll want to file a bug report: Unity QA: Building quality with passion

Having a similar problem with the latest. Sent a bug report.

I recently updated from 1.16.x and also found some strange behaviour with no error code.
I tested with all available versions from 1.16.6 (I think) and found that 1.18.3 was where it broke down. (And all the way up to the current 1.19.xx)
It seems like 1.18.3 and up is less forgiving. For good reasons of course.

I managed to fix my issue by going through my own Addressable code flow, there I found a case where I didn’t clear an instantiation list properly (In the right order).

This might be unrelated to your problem, but I would suggest going through your Addressables flow and make sure there aren’t any quirks laying around.