I noticed some scene mess up when using kidoz interstitials. My timers totally get messed up compared to admob which easily is stopping a scene, showing the ad and continues exactly where it has stopped the code before.
With KIDOZ somehow some buttons don’t get initialized and timers are stopping and not restarting.
How can I make sure the “code” is stopped, the ad shown and then the code continues?
It’s a bit difficult to give any advice without seeing some code snippets of how you are showing the ads.
In general you should not show an ad *before* a scene change. You should wait until the scene is ready, or issue the scene change after the ad is closed.
I noticed some scene mess up when using kidoz interstitials. My timers totally get messed up compared to admob which easily is stopping a scene, showing the ad and continues exactly where it has stopped the code before.
With KIDOZ somehow some buttons don’t get initialized and timers are stopping and not restarting.
How can I make sure the “code” is stopped, the ad shown and then the code continues?
It’s a bit difficult to give any advice without seeing some code snippets of how you are showing the ads.
In general you should not show an ad *before* a scene change. You should wait until the scene is ready, or issue the scene change after the ad is closed.