- Home /
 
 
               Question by 
               cornflakers · Jan 16, 2012 at 07:45 PM · 
                c#instantiatelevel  
              
 
              Creating a level from a textfile
Hello UA Community.
I was wondering how you would go about creating a level from a textfile. For example, reading in from a file like this
5
5
1 1 1 1 1
1 0 0 0 1
1 0 0 0 1
1 1 1 1 1
so the level should be a 5x5 grid enclosed with solid blocks. any help would be appreciated... c#
               Comment
              
 
               
              Your answer
 
             Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
Complete Level Script 1 Answer
Instantiate for few seconds 1 Answer
Using a non-monobehaviour class file 1 Answer