🎬Display advertising
Last updated
Last updated
There are two ways to display advertising:
1- In the events of the buttons or events of your script
In the demo scene the buttons have events assigned, take a look at the demo scene and its buttons
2- Calling the function in your code
FOR BANNER USE: SimpleADS.adsmanager.RequestBanner();
FOR HIDE BANNER USE: SimpleADS.adsmanager.DestroyBanner();
FOR INSTERTITIAL USE: SimpleADS.adsmanager.ShowInstertialADS();
FOR REWARDED VIDEO USE: SimpleADS.adsmanager.ShowRewardedVideo();