- Home /
 
 
               Question by 
               Babilinski · Jan 10, 2010 at 09:44 PM · 
                scenescene-loading  
              
 
              How do i Make more levels in my game
Hi I have a problem i would like to make more then one scene in my game how would i do it what would be the script
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by TowerOfBricks · Jan 10, 2010 at 10:08 PM
You can make new scenes/levels by pressing File-->New Scene, to load that scene you need to include it in the build settings ( File-->Build Settings) and then call this code (or similar) to load it during runtime:
Application.LoadLevel("MyCoolLevel");
 
              Your answer
 
             Follow this Question
Related Questions
scene loading 100's of scenes 3 Answers
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
Scene object scripting 1 Answer
how to move between scenes 1 Answer
Scene inside a Scene 3 Answers