Hello world!
i am trying to build a maze game.
the mazes are designed as text files (maze1.txt - maze10.txt)
i then have a script that builds the maze based on the text when i press play.
i assign the maze1 as the textasset in the inspector.
now i am trying to get the system to pick one file from the 10 available
how do i build an array of these texts files and have unity randomly call one to use?
i am working in Js and ideally want it to run on iphones.
thank you!