Hello there,
I am trying to download the asset bundle in some android devices, which gives me the following errors,
OperationException: Chain operation failed because dependent operation failed
RemoteProviderException: Unable to load asset bundle from: https:myserverurl.com/Android/mybundle.Bundle
System.Exception: Dependency Exception=> UnityEngine.ResourceManagement.Exception.OperationException: Group operation failed because one of its dependencies failed.
Unity Version: 2019.4.18f1
Addressable: 1.18.15
Note: This is happens to InFocus and some Mi lower end android device specifically. It works really well on other android devices
@Akash_Bhatt Hi there, sorry that you’ve run into this issue! Unfortunately there’s simply not a lot of information to go off of here, is it possible you could give us more information on the circumstances in which this error is occurring?
Hello @unity_shane , Here is the screenshot of errors I got,
Note: I got this errors in some android devices. Code runs well on others.
@Akash_Bhatt , Hi there, unfortunately even with this screenshot there’s not really enough information for me to make a diagnosis of the issue. Could it be that the devices here do not have enough space to completely store the uncompressed version of the files being downloaded? That could be one possible reason why the bundles are failing to load.
Perhaps if you could send a stack trace of one of the errors thats occurring that could also give some more information to help us figure out the issue, or if you could submit a bug ticket with a project that reproduces the issue that would also be very helpful. Thank you and sorry that you’ve run into this issue.