I made a simple Level editor for my game so I can design my levels and save them as a .txt file…Now I want to load each level inside Corona Simulator. The text file would have to be part of the apk. in the system.ResourceDirectory… Files inside the Documents sandbox will not be loaded inside Android application package… right?
…ugh…
I spent half a day trying everything to load the files into the Corona simulator from system.ResourceDirectory. I think I tried everything – I used JSON & GGFile. Is it true corona SDK won’t allow you to access any files outside of sandbox But on the device you can???
I guess this is more of a statement – I’M just going to HARD CODE each level.