Search found 4 matches

by mtdev
Wed Nov 01, 2023 3:37 pm
Forum: General Discussion
Topic: Trouble Getting cloud.sync working as I expect
Replies: 7
Views: 2291

Re: Trouble Getting cloud.sync working as I expect

:shock:

Happy to report it was the settings. I had totally forgotten about changing them months ago when we were using a different save system. Thank you for the awesome support Joel!
by mtdev
Wed Nov 01, 2023 3:11 pm
Forum: General Discussion
Topic: Trouble Getting cloud.sync working as I expect
Replies: 7
Views: 2291

Re: Trouble Getting cloud.sync working as I expect

Okay, I cleared out the es3cloud table and set the settings paths to what I think we agree should work. The result is no synced files :( https://cdn.discordapp.com/attachments/1160310578590515250/1169291244359393390/image.png?ex=6554de55&is=65426955&hm=2b1cbb9ed34f4ca045690ef1230ce7e8807f102...
by mtdev
Wed Nov 01, 2023 2:05 pm
Forum: General Discussion
Topic: Trouble Getting cloud.sync working as I expect
Replies: 7
Views: 2291

Re: Trouble Getting cloud.sync working as I expect

Thank you for the reply. I have cleaned the code up a bit and use a new cloud object per sync request, however, same behavior. Can you take a second look and see if you have any additional ideas? public class MapSyncer : MonoBehaviour { private ES3Settings originalES3Settings; private ES3Settings ca...
by mtdev
Wed Nov 01, 2023 2:50 am
Forum: General Discussion
Topic: Trouble Getting cloud.sync working as I expect
Replies: 7
Views: 2291

Trouble Getting cloud.sync working as I expect

using System.Collections; using Sirenix.OdinInspector; using UnityEngine; public class MapSyncer : MonoBehaviour { private ES3Cloud cloud; private ES3Settings originalES3Settings; private ES3Settings campaignES3Settings; private ES3Settings communityES3Settings; private ES3Settings testES3Settings;...