- Home /
Question by
kunalht · Apr 22, 2014 at 04:48 PM ·
levelroll a ball
How to add new level?
Hii I am new to Unity and game developing. I made a ball rolling game & made 1 level. Now how to add new level & set it like if ball goes to last point , level 2 starts ? & Also how to add Start , Option , High score & exit options in game? Right now i have to close game with Alt + F4 :P
Comment
Answer by KevLoughrey · Apr 22, 2014 at 04:50 PM
To make a new level, create a new scene in your project. To load that scene, use Application.LoadLevel("levelName")
Your answer

Follow this Question
Related Questions
Character Loading Location 2 Answers
Level selection from main menu? 4 Answers
Need help with a Main Menu 1 Answer
Score / Loading Level 2 Answers