protected override IEnumerator UnloadScene(MainGameScene scene, Action<float, string> progressDelegate) {
     yield break;
 }
 void Start()
 {
     gameScene = GetComponent <MainGameScene>();
 }