Appsflyer done and intersterial ad done

This commit is contained in:
Savya Bikram Shah
2026-06-01 17:58:32 +05:45
parent cb82705189
commit 4976bf14ca
11 changed files with 93 additions and 14 deletions

View File

@@ -498,6 +498,11 @@ namespace Darkmatter.Services.Ads
{
resolved = true; // stop the watchdog within one poll
unsubscribe(onClosed, onFailed);
// The in-editor placeholder ad pauses via Time.timeScale = 0; if its resume is
// dropped (e.g. the host scene unloads before its close fires) the game stays
// frozen. The ad layer owns that pause, so never leave it stranded. No-op on
// device, where real ad clients don't touch timeScale.
Time.timeScale = 1f;
ScheduleReload(format);
}
}