diff --git a/Runtime/GuruCore/Runtime/FB/FBService.cs b/Runtime/GuruCore/Runtime/FB/FBService.cs index ba45e63..2b9f5e8 100644 --- a/Runtime/GuruCore/Runtime/FB/FBService.cs +++ b/Runtime/GuruCore/Runtime/FB/FBService.cs @@ -40,12 +40,12 @@ namespace Guru if (!isGameShown) { // Pause the game - we will need to hide - Time.timeScale = 0; + // Time.timeScale = 0; } else { // Resume the game - we're getting focus again - Time.timeScale = 1; + // Time.timeScale = 1; } }