I’m trying to show an interstitial admob banner but when returning from the shown video the timers in the game will not fire (continue).
I have a loading screen which should be moved out of screen when the scene is loaded.
I’m starting a timer with 500ms. Directly after the timer creation I show the interstitial video and when returning after the video it looks like the timer is never reaching the end of the 500ms to move the loading screen out of screen.
What am I missing here? What is the best practice to work with admob and timers while showing ads?