playMaker

Author Topic: Find local files (SOLVED)  (Read 1153 times)

PlaymakerNOOB

  • Full Member
  • ***
  • Posts: 219
Find local files (SOLVED)
« on: August 21, 2019, 09:53:24 AM »
So in my game, I have levels that are .JSON files.  I have the game count the files in the Unity Editor directory (Assets/Resources/Levels/) to determine the maximum amount of levels it can show on the overworld map. However on Mobile, I am unable to successfully locate the directory to count the files, as apparently its changed.

As this is a single player game, I suppose I could host the level files online and have them download them before the title screen, but I am hoping to find a better answer.
« Last Edit: August 23, 2019, 07:27:50 AM by PlaymakerNOOB »

PlaymakerNOOB

  • Full Member
  • ***
  • Posts: 219
Re: Find local files
« Reply #1 on: August 23, 2019, 07:27:36 AM »