Hello, my game uses a lot of binary data(png, json, txt) and when exporting the game to Android I encountered a problem that the game crashes at the first attempt to interact with binary data. I disabled this event and everything became normal.
Is it possible to work with binary dataon Android or is it simply impossible?