I have not tried it on Android, but there is an export option that tells Godot to include certain files in the export, like .json
or .txt
files. I mentioned it in this post. I think that fix the issue, since normally .json
and .txt
files are not included in the export, but adding it to the "non-resource files" list should force these files to be included in the .pck
file.