Initiate json on ios

Hi guys :slight_smile:

i have a problem with json. got a file on computer that works perfect in editor, but when i want to access it on my ipad/iphone nothing happens. i tried to use it from Application.persistentDataPath and also Application.dataPath. both only work in editor.

found some stuff in the web but nothing about how i get my file to the phone to use it… i cannot use and save it without loading it first…

thx guys <3

So you want to include the .json in the project that is build for iOS and load it?

You can use e.g. Streaming Assets folder for that

1 Like