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?
↧