Search Unity

Delay on Banner.setPosition()

Discussion in 'Unity Ads & User Acquisition' started by Jbs_GameZone, Dec 7, 2019.

  1. Jbs_GameZone

    Jbs_GameZone

    Joined:
    Dec 14, 2018
    Posts:
    118
    Hello,

    Trying to move the banner during gameplay (based on whether the player is in a mission or not) with this :

    Advertisement.Banner.SetPosition(isInMission ? BannerPosition.TOP_CENTER : BannerPosition.BOTTOM_CENTER);


    While testing in UnityEditor the banner is moved instantly, but on IOS (13.3) it takes a significant delay (1->10 seconds) until the banner is actually moved.

    Is there a solution for moving the banner instantly ?

    Thanks
     
    Last edited: Dec 7, 2019
  2. ap-unity

    ap-unity

    Unity Technologies

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

    SetPosition must be called before the Banner is shown. We will update the documentation to clarify this point. We do not currently support dynamically moving the banner.