Hi,
I loaded image from url (image in Files/Images/abc.png) in PC normally (load from URL > "Images\abc.png). On the Android exported app, however, the image could not be loaded.
Do you guy know why? I doubt that something wrong with file path on Android app but not sure which path should be correct...
Br,
Develop games in your browser. Powerful, performant & highly capable.
Check the 'Export file structure' setting in Project Properties. If it's 'Flat' then subfolders are not used after export. However if it's 'Folders' it should work.
Export file Structure = Folder (I did not change this).
In PC I used Load Image fro URL = "Images/"&PLAYING_WORD&".png", it worked normally. However on Android it didnt't work (same structure).
Now I have to use Create objects (800+ Sprites, lol)...