- Home /
 
 
               Question by 
               benjimazza · Aug 13, 2011 at 01:07 PM · 
                loadlevelmap  
              
 
              need help with code
Okay so i wont to make another scene called Map and when your playing the game you can press a button like "m" for instance and it will load that scene up can someone give me a code to make this action happern if it is possible :)
Thanks
               Comment
              
 
               
               
               Best Answer 
              
 
              Answer by flaminghairball · Aug 13, 2011 at 01:08 PM
 if(Input.GetKeyDown("m")) Application.LoadLevel("Your Level Name");
 
              Your answer
 
             Follow this Question
Related Questions
Load Level In Photon Bootcamp Demo. 1 Answer
Assigning UV Map to model at runtime 0 Answers
Locking Levels on a Level Map. 2 Answers
Convert Geolocation to 3d position 1 Answer
Fit image to plane 1 Answer