- Home /
Question by
FelipeMendez1202 · Jul 31, 2014 at 08:18 PM ·
androidiosmobilejsonlevel editor
How access asset files in android/ios
i have unity project that is a level editor it export a json file.
the actual game project in the editor i can read the files and generate the levels, the files are in the "Assets/Levels/" folder but when i check which files exist in the iOS game, i get a different structure, it seems they are packed in a .asset files, how can i access the json files?
Comment