Search found 4 matches

by rd3d
Wed Jan 03, 2024 10:40 am
Forum: General Discussion
Topic: Old save file persisting into new android build
Replies: 2
Views: 970

Re: Old save file persisting into new android build

Hi Joel,

Thanks for the reply.

It sounds like this isn't an ES3 issue, which is good to know.

Like you say, there is probably some cloud behaviour happening on the android side where files are either being reinstated or just not deleted for a new install.

Much appreciated!

Cheers,
Rich.
by rd3d
Wed Jan 03, 2024 10:09 am
Forum: General Discussion
Topic: Old save file persisting into new android build
Replies: 2
Views: 970

Old save file persisting into new android build

Hi there, Thank you for the great asset! I am having an issue with old .es3 save files reappearing after building to android. We are saving to file using encryption into the persistent data path. Here is a walkthrough of the issue: 1. Build game to .apk, copy to an android device and install/play, a...
by rd3d
Thu Nov 23, 2023 9:34 am
Forum: General Discussion
Topic: Saving one property in scriptable object.
Replies: 3
Views: 859

Re: Saving one property in scriptable object.

Thanks for clearing this up! Much appreciated.

Does the size of the of .es3 save file contribute to the save time?

For example, if I save just a single int under a given key, would the save time to file be longer if the file size of the .es3 is bigger?
by rd3d
Thu Nov 23, 2023 8:38 am
Forum: General Discussion
Topic: Saving one property in scriptable object.
Replies: 3
Views: 859

Saving one property in scriptable object.

Hi there! I have a scriptable object that contains a lot of properties (some lists that grow), and that I have saved. Later, I wish to modify and save just one property in this big scriptable object. Is there a way to just update that one property and save, or do I have to save the entire scriptable...