Search found 4 matches

by Oscar
Thu Jun 01, 2017 3:58 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Finding ES2 save file
Replies: 6
Views: 9356

Re: Finding ES2 save file

Hi Joel, Thanks for the info - you were completely right! I'd only used strings with iCloud in the past but the plugin I'm using had a different function for uploading bytes and that has instantly worked. Also the reason the Debug Logs weren't being hit was that the data from the string had an inval...
by Oscar
Thu Jun 01, 2017 3:08 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Finding ES2 save file
Replies: 6
Views: 9356

Re: Finding ES2 save file

Oh also - just for future reference, this is the callback for when iCloudData is recieved: private void OnCloudDataReceivedAction (iCloudData data) { iCloudManager.OnCloudDataReceivedAction -= OnCloudDataReceivedAction; waitingForIcloudResponse = false; Debug.Log ("EH?!?!?!?!?!?!?!?"); if(...
by Oscar
Thu Jun 01, 2017 3:04 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Finding ES2 save file
Replies: 6
Views: 9356

Re: Finding ES2 save file

Hi Joel, Thanks very much for your help! That seems to work, however after I upload the string to iCloud and then download it on the next launch of the app I get the following error: FormatException: Invalid character found. at SaveLoadDataController.OnCloudDataReceivedAction (.iCloudData data) [0x0...
by Oscar
Tue May 30, 2017 4:52 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Finding ES2 save file
Replies: 6
Views: 9356

Finding ES2 save file

Hi there, Loving ES2 so far! I just had a quick question: at the moment I'm saving and loading all data for my game locally in a file located at: "TestFolder/saveData.txt"; However we're building for mobile devices and are looking to use iCloud to save that data so that it can be used on m...