It is discouraging when a game work perfect during testing and do not work at all when exported to Android because the case of some filename or pathname is wrong, i hope the player can be modified to also require the correct case.
Unfortunately it's not easy to embed this check (it effects all the file system). I can recommend testing your game on Android Player (which is case sensitive) frequently.
Comments
Unfortunately it's not easy to embed this check (it effects all the file system). I can recommend testing your game on Android Player (which is case sensitive) frequently.