I have a question about JSON export and need help!

My game has a JSON file in the apk when exporting, but when running on my phone, it clearly appears that the configuration has not been read

4.4.1

Your current problem is you haven’t given us enough details to help you.

  1. How was the JSON file created?
  2. Does it work when you play the game in the editor before export?
  3. What path is the file saved to?
  4. What code (if any) did you use to create the file?
  5. What code are you using to read the file?

Please put code between ``` on the top bottom of the code so that it is readable. Like this:

```gdscript
#Code here
```

So it appears like this:

#Code here

Please do not assume that we can read your mind or intuit what you have already tried. Tell us what you have tried in detail.

3 Likes