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

[Suggestion] External Dependency Manager Conflicts in Admob And Firebase #3490

Closed MuhammadWaqasOfficial closed 2 months ago

MuhammadWaqasOfficial commented 2 months ago

[REQUIRED] Step 1: Describe your environment

[REQUIRED] Step 2: Describe the problem

Steps to reproduce:

External Dependency Manager Conflicts in Admob And Firebase. Even when both are using same EDM version (e.g 1.2.181). When we import admob and firebase even same EDM version of admob and firebase conflicts and re-write the files. Which can leads to unkown bug or error. I don't know if admob and firebase modifying EDM code or not. Or it has impact on admob or firebase. Or we can un-check EDM after import any of admob or firebase. image

NVentimiglia commented 2 months ago

@MuhammadWaqasOfficial This is a known issue with installing via .unitypackage as there are shared dependencies.

As a work around you can try installing via the package manager which solves dependency resolutions.

https://developers.google.com/admob/unity/quick-start#openupm