Unity Chartboost Ads Monetization Tutorial 2023 **Easy Working**

Опубликовано: 01 Январь 1970
на канале: New popular games
2,013
7

Chartboost account:
https://dashboard.chartboost.com/login
Chartboost SDK DOWNLOAD:
https://support.chartboost.com/en/dow...
Visit Our Unity Game codes site:
https://unitygamecodes.com/
We can also monetize your game, visit our web:
https://sspgames.wordpress.com/
Contact:
[email protected]

Script from video, we used version Chartboost 8.1.0 with (Unity 2019.4.6.f1 version):

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
using ChartboostSDK;
public class ChartBoostManager : MonoBehaviour
{
//public Text message;

// Start is called before the first frame update
void Start()
{
Chartboost.cacheInterstitial(CBLocation.Default);

Chartboost.cacheRewardedVideo(CBLocation.Default);
}

// Update is called once per frame
void Update()
{

}
public void ShowInterstitial()
{
//message.text = Chartboost.hasInterstitial(CBLocation.Default).ToString() + "-interstitial";
Chartboost.showInterstitial(CBLocation.Default);
}
public void ShowRewardedVideo()
{
//message.text = Chartboost.hasInterstitial(CBLocation.Default).ToString() + "-videoAdd";
Chartboost.cacheRewardedVideo(CBLocation.Default);
Chartboost.showRewardedVideo(CBLocation.Default);
}
}


Смотрите видео Unity Chartboost Ads Monetization Tutorial 2023 **Easy Working** онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь New popular games 01 Январь 1970, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,013 раз и оно понравилось 7 людям.