Search found 4 matches

by AdamUhh
Wed Apr 08, 2020 3:04 pm
Forum: General Discussion
Topic: AutoSave does not save fast enough on Android
Replies: 7
Views: 2500

Re: AutoSave does not save fast enough on Android

Hi!

I finally managed to make it work, I had to add OnApplicationPause and OnApplicationFocus, not just OnApplicationQuit. Now after some testing, all my data seems to stay.

Thanks a lot for the tips and example you gave me :D

Thanks a bunch,
Adam
by AdamUhh
Wed Apr 08, 2020 12:42 am
Forum: General Discussion
Topic: AutoSave does not save fast enough on Android
Replies: 7
Views: 2500

Re: AutoSave does not save fast enough on Android

Hey man, I've been at this for awhile and I managed to save everything using the example you gave me as a base. It now only saves string and nothing else. At runtime it instantiates prefabs and the corresponding data is loaded into them, but even with all this, it still does not manage to save most ...
by AdamUhh
Fri Apr 03, 2020 2:56 pm
Forum: General Discussion
Topic: AutoSave does not save fast enough on Android
Replies: 7
Views: 2500

Re: AutoSave does not save fast enough on Android

Hey! Thanks for the quick response! Is the example you were talking about this? First: https://moodkie.com/forum/viewtopic.php?f=16&t=1438 Or this? Second: https://docs.moodkie.com/easy-save-3/es3-guides/saving-loading-gameobjects-prefabs/#saving-and-loading%C2%A0prefab%C2%A0instances I've tried...
by AdamUhh
Thu Apr 02, 2020 6:34 pm
Forum: General Discussion
Topic: AutoSave does not save fast enough on Android
Replies: 7
Views: 2500

AutoSave does not save fast enough on Android

Hi! The project I'm working on was built into an apk and imported to my android device. Save Event is set to 'On Application Quit', and I've noticed that when I Instantiate a new object and leave the application, It needs roughly 6 seconds before AutoSave saves everything I've done. Only after the 6...