Search Unity

GoogleMobileAds Utils conflicts with ARKit Utils

Discussion in 'AR' started by sama-van, Dec 9, 2017.

  1. sama-van

    sama-van

    Joined:
    Jun 2, 2009
    Posts:
    1,734
    Below the error when you import both plugins :

    I believe GoogleMobileAds is clean since it include his own namespace.
    Plugin can be found here :
    - https://github.com/googleads/googleads-mobile-unity

    Unfortunately ARKit has his own Utils class without namespace then free to conflict with everything else in the project. (ObjectSerializationExtension.cs)

    Could we have the chance to have a fix in further release?

    Thank you :)
     
  2. KingKong320

    KingKong320

    Joined:
    Mar 2, 2018
    Posts:
    21
    add 'GoogleMobileAds.Common.' in front of 'utils'.
    i will solve fix this error hope so,if it does please let others know so if anyone else having same issue they could solve it by this way.