Search found 8 matches

by yamada
Mon Dec 25, 2017 2:16 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: save file gone when update game(new feature)
Replies: 14
Views: 23141

Re: save file gone when update game(new feature)

Hi there, I heard important information from my app’s user. After he used the CleanMaster Lite (kind of file cleaning app of Android), all data of my app has gone. I can reproduce same phenomenon on my device. I wonder that save data on Application.persistentDataPath could be deleted by other apps? ...
by yamada
Fri Dec 22, 2017 3:18 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: save file gone when update game(new feature)
Replies: 14
Views: 23141

Re: save file gone when update game(new feature)

Thank you for your reply. Of course I understand that this is not ES2's problem but Unity's bug. Despite that, you reply very kindly agin and again. So I really appreciate you. > The suggested solution is to try to find out where the data was originally stored (there's a list of possible locations i...
by yamada
Fri Dec 22, 2017 12:07 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: save file gone when update game(new feature)
Replies: 14
Views: 23141

Re: save file gone when update game(new feature)

Thank you for your reply. I want to know more details of your solution. In the case of my app, I'm already using ES2.Load and ES2.Save in my app without any absolute path. And some users sometimes said their all save data have gone and others not. In this case, how can I fix the source code? If I ch...
by yamada
Fri Dec 22, 2017 8:37 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: save file gone when update game(new feature)
Replies: 14
Views: 23141

Re: save file gone when update game(new feature)

Hi.

I have same issue about my app. What is the best solution of this problem? Already many android users are playing my app. So I want to solve this problem without affecting current players' save data.

Best Regards
by yamada
Sat Dec 10, 2016 7:20 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Save data corruption occurred on Android device
Replies: 3
Views: 7037

Re: Save data corruption occurred on Android device

Thank you for your reply. > People often also save to a temporary file, and then use ES2.Delete and ES2.Rename to overwrite the main save file when it's successfully completed. How can I know saving is successfully completed with Easy Save2? > You might also want to check your code that the tag is t...
by yamada
Thu Dec 01, 2016 10:29 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Save data corruption occurred on Android device
Replies: 3
Views: 7037

Save data corruption occurred on Android device

Save data corruption occurred twice on Android device. It seems to occur when the application crashes while saving data. When accessing corrupted data, ES2.Exists returns TRUE. However, when ES2.Load is executed, the following error occurs. "The data, tag, file or folder you are looking for doe...
by yamada
Mon Aug 15, 2016 10:04 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: How to transfer all user local data with web save&load?
Replies: 2
Views: 7294

Re: How to transfer all user local data with web save&load?

I understood. I'll try it. Thank you very much!
by yamada
Sat Aug 13, 2016 1:49 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: How to transfer all user local data with web save&load?
Replies: 2
Views: 7294

How to transfer all user local data with web save&load?

Hi. I want to create data-transfer function. User will use this function when gets a new smartphone device and want to continue to play app. My app saves game-play-data as local file. There are many files. The number of files and file's name vary from user to user. All files are saved at ES2 default...