예제 #1
0
    void Update()
    {
        if (showAds)
        {
            if (UnityAdsHelper.isReady())
            {
                UnityAdsHelper.Show();
            }

            showAds = false;
        }
    }