Hello everyone.
How i add a delay to a public void? I can’t seem to find the exact way to do it.
Example code:
public class Interstitial : MonoBehaviour
{
private InterstitialAd interstitial;
public void ShowInterstitial()
{
RequestInterstitial();
}
I want the ShowInterstitial() to happen after 2-3 seconds for example