Tilemap not visible on Android

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ondesic

My app seems to run fine on Windows and the tilemap show fine. However, when I play the app on Android, the tilemap. Is not visible. Any ideas?

:bust_in_silhouette: Reply From: ondesic

The reason for this is because I am trying to load the map with a file. That file is a .dat file. It is not being exported to android.

To allow this to be exported I go to Project|Export, then on the right side, select the “Resources” Tab.
Then under the “Filters to Export non-resource files” I type “*.dat”

Now the TileMap opens the .dat file in android.

Thanks for the tip, I’ll probably run into a similar issue

SleepyTom | 2018-04-08 05:27