Search found 4 matches

by paul159357
Sat Aug 31, 2019 3:12 pm
Forum: General Discussion
Topic: Save file disappears on exit.
Replies: 5
Views: 2731

Re: Save file disappears on exit.

Thank you for your advice. I minimized data save on exit, and also made code that generates back up file every minute. It seems that everything is going well, though still don't understand why quitting while saving causes entire file to vanish. I'll try to replicate first issue on new project and PM...
by paul159357
Sat Aug 31, 2019 12:32 pm
Forum: General Discussion
Topic: Save file disappears on exit.
Replies: 5
Views: 2731

Re: Save file disappears on exit.

Update : Finally replicated the second bug once. No error on adb logcat, file itself was completely erased. I save four parts on exit, and log showed me that the app was force quit before the last one saving code was executed. Still working on.
by paul159357
Sat Aug 31, 2019 8:51 am
Forum: General Discussion
Topic: Save file disappears on exit.
Replies: 5
Views: 2731

Re: Save file disappears on exit.

Thank you Joel, I'll try to replicate the first issue as soon as I solve the second one. For most data, I save them on runtime whenever an event occurs, such as level up, as you mentioned. Unfortunately, those data saved on discrete moments are saved in the same file with the ones saved on exit. The...
by paul159357
Sat Aug 31, 2019 1:58 am
Forum: General Discussion
Topic: Save file disappears on exit.
Replies: 5
Views: 2731

Save file disappears on exit.

Hi, I'm using easy save 3 on Unity to save my mobile game's data. Sorry for bad english in advance. I'm trying to explain as best as I can. I found extremely serious problems after I released this mobile game. First one was about saving and loading scriptable object. I still don't understand the rea...