- Joined
- Feb 16, 2020
- Messages
- 3
- Reaction score
- 0
- First Language
- Ukrainian
- Primarily Uses
- RMMV
Good day. I'm trying to export game to Android, but some filenames and file calls are cased differently (example: img/parallax/tree.png and img/parallax/Tree.png). Everything works on the computer, but on the mobile it "Failed to load". I renamed all img files and folders to lowercase and added path = path.toLowerCase(); in the LoadNormalBitmap function. On PC everything is fine, but on Android "htmlimageelement provided is in the 'broken' state". Does anyone know how to solve this problem?