Is it possible to put interstitial ads with unityads?
because right now i use this code to show video ads and i don't want only video ads:
Advertisement.Show(null, new ShowOptions {
resultCallback = result => {
}
});
↧