Search found 4855 matches

by Joel
Fri Apr 05, 2013 8:11 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2 and https://
Replies: 2
Views: 7235

Re: ES2 and https://

Hi Loadus, Saving to file is not supported by Webplayer. You can however save to PlayerPrefs by changing the save location. For example: ES2.Save(123, "myData.txt?savelocation=playerprefs"); int loaded = ES2.Load<int>("myData.txt?savelocation=playerprefs"); All the best, Joel
by Joel
Tue Mar 19, 2013 1:58 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2Web - Upload an Array
Replies: 2
Views: 7191

Re: ES2Web - Upload an Array

Hi again Ralph,

The example you requested is now available HERE.

All the best,
Joel
by Joel
Tue Mar 19, 2013 1:52 pm
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Uploading/Downloading an int array using ES2Web
Replies: 0
Views: 32483

Uploading/Downloading an int array using ES2Web

Uploading an int array using ES2Web In this simple tutorial we will show you how to upload an int[] to the ES2 MySQL database on your server. We will create a method which accepts an int[] as a parameter, and automatically saves it to web when called. Will will also create a method which loads an i...
by Joel
Thu Mar 14, 2013 10:26 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2Web - FileName
Replies: 4
Views: 10111

Re: ES2Web - FileName

Hi again Ralph, There appears to be a problem in our implementation whereby the ES2Settings isn't recognising the specified filename. We'll get this fixed in the next update for you, but for the time being, could you do it using just path parameters, like this: string myURL = "http://rco.getmyi...
by Joel
Thu Mar 14, 2013 7:04 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2Web - FileName
Replies: 4
Views: 10111

Re: ES2Web - FileName

Hi Ralph, Could you please check that you are using the latest version Easy Save 2, and the latest version of the ES2.php file. You'll need to update via the Asset Store to do this. If this does not fix your problem, could you please paste the code you are using so we can try to replicate your probl...
by Joel
Thu Mar 14, 2013 7:01 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2Web - Upload an Array
Replies: 2
Views: 7191

Re: ES2Web - Upload an Array

Hi Ralph,

We'll arrange for an example of this to be added to the 'Examples' section of the forum as soon as possible.

All the best,
Joel
by Joel
Tue Mar 12, 2013 10:11 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2Web.Save() error
Replies: 4
Views: 10520

Re: ES2Web.Save() error

Hi again Loadus,

We've just realised that we've named the method wrong in the documentation; It should be SaveToFile(). I'm in the process of fixing it now.

Thanks for your patience!

Joel
by Joel
Tue Mar 12, 2013 7:24 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2Web.Save() error
Replies: 4
Views: 10520

Re: ES2Web.Save() error

Hi Loadus,

We're looking into this at the moment. We think the Asset Store is having problems and might've reverted Easy Save to an earlier version. I'll let you know more information as soon as we hear from them.

All the best,
Joel
by Joel
Tue Mar 05, 2013 10:19 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Step by Step Instructions
Replies: 1
Views: 6098

Re: Step by Step Instructions

Hi pakmafia, Because usage of Easy Save will differ with each project, it would be impossible to make step-by-step instructions for every scenario. However, you can find the API reference here which contains various guides and information on the methods exposed by Easy Save 2. There is also an Examp...
by Joel
Mon Mar 04, 2013 8:25 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Problem to save a list
Replies: 3
Views: 12244

Re: Problem to save a list

Hi Nicolas,

You may only save types which are in the Easy Save Supported Types list. You are trying to save a list containing your own 'pos' class.

For more information on how you might go about saving your own custom classes, please see this tutorial.

All the best,
Joel