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);
}
}
Watch video Unity Chartboost Ads Monetization Tutorial 2023 **Easy Working** online without registration, duration hours minute second in high quality. This video was added by user New popular games 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,013 once and liked it 7 people.