Saving/loading not working on Android (SOLVED)

sys.save / sys.load works perfectly in the editor and when built as a windows application but when I build the game for android it doesn’t.

Are you using sys.get_save_file()? It’s used to construct a path that works on each platform.

2 Likes

Now I am, and now it works, thanks!

3 Likes