Hi all,
I got a query about Unity Ads. On unity ads shown Applications get pause on android automatically but not on iOS. Do I need to manually pause the application with Time.timeScale=0 and unpause the application on ad close? I have an implementation with using timescale=0 before an ad is shown and titmscale=1 when OnUnityAdsDidFinish listener gets called. Is that implementation correct?