Good Evening,
I need a little help, I would change the scene after the Interstitial was closed. I searched the internet but I have not found many things.
This is the script that I'm using, but part of the interstitial and simultaneously the new scene.
public class MainMenuScript : MonoBehaviour
{
void Start ()
{
Chartboost.cacheInterstitial (CBLocation.Default);
}
public void LoadLevel(string sceneName)
{
Chartboost.showInterstitial (CBLocation.Default);
Application.LoadLevel(sceneName);
}
}
Do you have a idea on how to do?
Thanks in advice,
talyon
↧