private void ReadyToStart() { uiLogic.ShowReadyQuery(); if (Input.GetButtonDown(sceneLogic.start)) { sceneLogic.LoadNewScene("KoalaTrack"); } }