I learned how to create a save file using json
It worked well when I ran it on my pc.
But it does not work on Android
If godot does not have a json file, it will generate a json file the first time it runs
But if you change the contents and keep the json file name, it does not seem to be updated
So I thought that every run would not detect, update, or generate changes in the json file
I think we only create a new json file when it does not exist.
But on Android, no save is applied
I'm wondering if the json file is being created, but I do not know where the folder of the app I installed is