Search Unity

I don't know what is different Monetization and Advertisements

Discussion in 'Unity Ads & User Acquisition' started by programmera_unity, Oct 1, 2019.

  1. programmera_unity

    programmera_unity

    Joined:
    Oct 1, 2019
    Posts:
    1
    Hi. I am a beginner developer of a Korean game company.
    I'm making my first game at my first job.
    Ask questions stuck in AD insertion during development.
    I'm putting my first AD, but I don't know the difference between the old UnityEngine.Advertisement and the new UnityEngine.monetization.
    AR advertising and IAP integration was added... is that the end?
    In the Unity Integration guide, there is no trust because it only shows hopeful and bright futures like fairy tales.
    I want to ask senior, but I'm a developer alone.
    But my boss wants to use Monetization.
    Who can explain to me briefly?
    I am using version 19.1.6f1.
     
  2. segant

    segant

    Joined:
    May 3, 2017
    Posts:
    196
    Use monetization i think the old one is deprecated.
     
  3. ap-unity

    ap-unity

    Unity Technologies

    Joined:
    Aug 3, 2016
    Posts:
    1,519
    @programmera_unity

    I would recommend using the UnityEngine.Advertisements namespace. It has access to all features of the Ads SDK. There are very limited cases where you need to use the Monetization namespace.