googleads / googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://developers.google.com/admob/unity
Apache License 2.0
1.37k stars 1.08k forks source link

AppLovin + Meta + UnityAds == Infinite loop during dependencies resolving #3100

Closed dhamelin closed 8 months ago

dhamelin commented 8 months ago

Steps to reproduce:

Using the sample HelloWorld code

(Dependencies resolves)

Infinite loop during resolve phase. The "Resolution Attempt" keeps increasing, not sure what's different between each attempt..

Screenshot 2024-01-11 at 1 51 43 PM
NVentimiglia commented 8 months ago

There is an issue with EDM4U which will fail like this if it can not find a dependency.

Two work arounds

that said, will report this error.

256p commented 8 months ago

FYI

Previously I have encountered a similar problem, where dependency resolution lasted several hours. EDM4U devs said that it won't be fixed and advised to use custom gradle template https://github.com/googlesamples/unity-jar-resolver/issues/591#issuecomment-1396658690

NVentimiglia commented 8 months ago

Thanks,

We now suggest the same.