Search Unity

Question How to install Unity ads 4.7

Discussion in 'Unity Ads & User Acquisition' started by Sergey_Droba, May 14, 2023.

  1. Sergey_Droba

    Sergey_Droba

    Joined:
    Nov 6, 2016
    Posts:
    52
    Hello!
    How would I install Unity ads 4.7, there is no Unity ads, I have only Advertisement legacy with version 4.4.2
    upload_2023-5-14_15-32-17.png
    but as I can see in changelog there should be 4.7. https://docs.unity.com/ads/en/manual/Changelog
    Change version manually in manifest file doesn't help

    thank you
     
  2. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    626
  3. Sergey_Droba

    Sergey_Droba

    Joined:
    Nov 6, 2016
    Posts:
    52
  4. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    626
    Sergey_Droba likes this.
  5. Shefich

    Shefich

    Joined:
    May 23, 2013
    Posts:
    143
    @SamOYUnity3D please, take a look here: https://docs.unity.com/ads/en/manual/Changelog
    You have newer versions of Advertisement Legacy since 4.4.2.
    How can we install them as we have only 4.4.2 in the Package Manager window.
    Even guys from Unity Ads told me to use Advertisement Legacy with the version bigger than 4.4.2. But I don't know how to do that.
     
    Cindy_R likes this.
  6. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    626
    The highest version available for the Unity platform is 4.4.2. Later versions are available for iOS and Android platforms.
    upload_2023-6-1_17-35-33.png
     
  7. Shefich

    Shefich

    Joined:
    May 23, 2013
    Posts:
    143
    Oh, I see now.
    I wanted newer version because I have the Unity Ads Unity Mediation Plugin in my project (it relies on Unity Ads SDK 4.7.0) and the Advertisement Legacy 4.4.2. As soon as dependencies are specified by the Unity Ads Unity Mediation Plugin(to avoid including the Unity Ads Android SDK twice), ad placements can have errors.
     
  8. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    626
    We do not recommend that a project contain both Unity Mediation SDK and Unity Ads Legacy SDK, as this may cause unpredictable conflicts.
     
  9. Shefich

    Shefich

    Joined:
    May 23, 2013
    Posts:
    143
  10. SamOYUnity3D

    SamOYUnity3D

    Unity Technologies

    Joined:
    May 12, 2019
    Posts:
    626
    You just need to follow Admob's document to import the Unity SDK and Adapter, and don't need to install Unity Advertisement Legacy 4.4.2 through the package manager, or there might be conflict errors.