canvasbushi A relatively simple question that seems vital to all games, How to prevent user:// files being removed when updating a game?
Calinou The user:// directory is in a special (writable) location and shouldn't be affected when you replace the game executable and data. Therefore, you don't need to do anything special to preserve it across versions.
canvasbushi Have you tried that on android? edit: removing "clear previous install" on export solved the problem.