GetDownloadSizeAsync not working

Since updating to 1.11.2 GetDownloadSizeAsync returns always full size, that is all assets needs to be downloaded every time. I can see that when DownloadDependenciesAsync is running after that check that there is nothing it is downloading, since all assets are up to date already. So it seems that only GetDownloadSizeAsync got broken with 1.11.2 update.
I am using unity version 2019.4.3f1 and testing this in build on android.

PS.
Before update it was working fine, if assets were downloaded and not changed it was returning 0, otherwise it was returning required download size.

Just to let you know that I have downgraded back to 1.10.0 and GetDownloadSizeAsync works fine. So it is verified here that something is wrong with GetDownloadSizeAsync in 1.11.2.

We have the same issue.
Did anyone find a solution yet?

I’ve also run into this issue and have had to downgrade my project to Addressables 1.10.0 to fix the issue.

@Ghetaldus have you filed a bug report for this? Doing so will help ensure the folks at Unity are aware of the issue and will get it fixed in an upcoming release.

Getting the same here

I know, but I really did not had time to do that. If you have time please send a bug report to them.

I submitted a bug ticket (Case 1262986).

4 Likes

Looks like this was fixed in version 1.13.1. I was able to test it out in my project and it seems to be working correctly :smile:

1 Like

Can also confirm that this is resolved in 1.13.1.