Search Unity

Unity Ads Initialize

Discussion in 'Unity Ads & User Acquisition' started by kira28piotr, May 22, 2017.

  1. kira28piotr

    kira28piotr

    Joined:
    Mar 16, 2017
    Posts:
    1
    I have questions, what is better and what is the difference?
    I initialize ads -> Advertisement.Initialize ("1348595", false); every dead, is it good? Should I initialize Ads just once?
     
  2. rasmus-unity

    rasmus-unity

    Moderator

    Joined:
    Aug 15, 2014
    Posts:
    1,312
    You only need to initialize Ads once in beginning of game. Nothing happens if initializing multiple times, but you should only initialize once.

    And make sure you initialize somewhere in a Start() method in beginning of game, so Ads SDK has time to cache videos etc.

    /Rasmus