Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.
  2. We’re making changes to the Unity Runtime Fee pricing policy that we announced on September 12th. Access our latest thread for more information!
    Dismiss Notice
  3. Dismiss Notice

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,717
    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.