Hi,
I’m integrating interstitial ads into my Unity project using Unity Ads. Everything initializes correctly, and the ad loads successfully using Advertisement.Load(). However, I want to disable the “Show Ad” button until the ad is fully loaded to avoid errors when Advertisement.Show() is called before it’s ready. Any way how i can do it?