public void SwitchScreen(string sceneName)
 {
     nextSceneName = sceneName;
     transitionObject.FadeIn();
 }