When downloading addressable bundles remotely in an Android build, the remote bundle size is set to 8MB. However, when checking with Addressables.GetDownloadSizeAsync
, the size shows up as 66MB. On iOS, the size is correctly identified as 8MB. Why is the size different only on Android, and how can this issue be resolved? Any insights or solutions would be greatly appreciated.