pause scene unity code example Example: unity pause scene //Pausing Scene Time.timeScale = 0f; //Unpausing Scene Time.timeScale = 1f;