Search Unity

Best way to make a Next Level Screen

Discussion in 'Getting Started' started by Petras99, May 30, 2016.

  1. Petras99

    Petras99

    Joined:
    May 29, 2016
    Posts:
    27
    Hi, i am making a game, and want it so when the player passes the finish line it shows a screen that says, "You completed Level (some number) in (some amount of time) then have a button that says next level and when they click it, it sends them to the next level. Now would i want to do this by having a GUI canvas show up when the player passes the finish line? or create a whole different scene that loads when the player passes the finish line?
     
  2. witcher101

    witcher101

    Joined:
    Sep 9, 2015
    Posts:
    516
    Better to create a UI canvas. Its easier that way.
     
  3. Petras99

    Petras99

    Joined:
    May 29, 2016
    Posts:
    27
    Okay, thank you!