public void Pause() { // timeLeft += 0.3f; paused = true; inGameUIScripts.TogglePause(); Debug.Log("before: " + inGameUIScripts.blurStand + "##########################"); }
public void Pause() { inGameUIScripts.TogglePause(); Time.timeScale = 0f; }