Addressables 1.2.4 UI becomes very slow with a lot of assets

I am referencing a lot of assets with addressables (more than 30k). With this amount addresable window becomes very unresponsive. Like creating new packed assets group take around 5-10 seconds. Same with adding or changing labels. Is there anything I can do, to improve performance of the UI?

  • How many groups do you have?
  • what if you are just scrolling/navigating the window?
  • what if groups are collapsed or expanded?
  • how many things are you setting a label on? just one?

Just trying to figure out what exactly is causing this. In general, we know of a few places we are not super efficient in the UI, and are working to improve that, but more details will always help

  1. 16 groups
  2. Everything seems ok.
  3. It works good too.
  4. Just one

Also when Unity are finishing building Addressables with a lot of assets the progress bar disappears but Unity stop responding for 10+ minutes. This last one is really frustrating because without any progress bar you can’t really tell if Unity are doing something or just stuck.

Thanks for the info. We’ll look into it

I have the same experience, i use windows task manager to look at CPU use, to tell when it is done (not optimal).