Search found 4 matches

by cyangamer
Sun Apr 25, 2021 11:47 pm
Forum: General Discussion
Topic: ArgumentException when using ES3.CacheFile on an encrypted save file
Replies: 3
Views: 853

Re: ArgumentException when using ES3.CacheFile on an encrypted save file

Thanks for the reply That did make the error go away, but what about data integrity? Outside of save function at the end of a level, there are other parts of the game where additional ES3.Save() calls are made. Deleting the save file affects some of those where the variables had been saved earlier i...
by cyangamer
Sun Apr 25, 2021 5:23 pm
Forum: General Discussion
Topic: ArgumentException when using ES3.CacheFile on an encrypted save file
Replies: 3
Views: 853

ArgumentException when using ES3.CacheFile on an encrypted save file

Hi, I'm unable to get saving working correctly after turning on AES encryption to my save files (I'm doing this to prevent direct edits to the local save). Here is the code that is called: if (!GameServices.IsInitialized()) { try { // Cache a local file and load from it. ES3Settings settings = new E...
by cyangamer
Wed Apr 07, 2021 2:55 am
Forum: General Discussion
Topic: ES3.DeleteFile() not deleting save data on Android
Replies: 2
Views: 1083

Re: ES3.DeleteFile() not deleting save data on Android

Thanks for the tip Joel! You were exactly right.
by cyangamer
Mon Mar 08, 2021 3:28 am
Forum: General Discussion
Topic: ES3.DeleteFile() not deleting save data on Android
Replies: 2
Views: 1083

ES3.DeleteFile() not deleting save data on Android

I'm using Unity 2018.4 I want users to be able to erase their save file in the menu so that they can play again once they've beaten it. When I playtest this in the editor, the file is deleted as expected. However, when I build the game and run it on my device (Pixel 3), the save file does not get de...