So far i have a score system that works and a timer that counts down to zero, all working fine. What i want to happen is once the timer reaches zero the scene fades out and then fades in to another scene where the players final score will be displayed. Also at the moment the players score is shown in the top left and i would like it so on the final scene it moves to the center and becomes bigger making it easier for the player to view.
I have no idea where to start for this. I know that i can use Application.LoadLevel somehow but not sure in what context. Any ideas of what i need code wise? also in c# if possible