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