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
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.
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.