I had Unity Ads all set up and ready to go. I played an ad every time a button was pressed on the Game Over screen. It was working completely fine until I installed Unity 2019.3.13f1. Now it doesn't show the dummy ads and when I connected it to my phone in Unity Remote 5, there were no ads there either. I'm not sure what's happening. Please help.
My ad code:
Unity Ads Not Working?
My ad code:
Code (CSharp):
- using UnityEngine;
- using UnityEngine.SceneManagement;
- using UnityEngine.Advertisements;
- using UnityEngine.Audio;
- public...