ES2Web.Save() error

Easy Save 2 has been replaced by Easy Save 3, so is no longer supported.
Locked
User avatar
Loadus
Posts: 5
Joined: Tue Mar 12, 2013 5:28 pm

ES2Web.Save() error

Post by Loadus »

Hey guys and thx a bunch for this plugin.

I got ES2 to save data on the server in an encrypted file and everything worked fine.
But then I encountered something unexpected. I downloaded the data, but saving it didn't work. I got this:

Code: Select all

BCE0019: 'Save' is not a member of 'ES2Web'.
Which happens with the example code too: http://www.moodkie.com/easysave/ES2Web.Save.php

Very odd. I'm using javascript and my Unity version is 4.0.1f2. halp?
User avatar
Joel
Moodkie Staff
Posts: 4852
Joined: Wed Nov 07, 2012 10:32 pm

Re: ES2Web.Save() error

Post by Joel »

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
User avatar
Loadus
Posts: 5
Joined: Tue Mar 12, 2013 5:28 pm

Re: ES2Web.Save() error

Post by Loadus »

Cool,

No hurry, I'll cook up some other stuff in the meantime. ^.^
User avatar
Joel
Moodkie Staff
Posts: 4852
Joined: Wed Nov 07, 2012 10:32 pm

Re: ES2Web.Save() error

Post by Joel »

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
User avatar
Loadus
Posts: 5
Joined: Tue Mar 12, 2013 5:28 pm

Re: ES2Web.Save() error

Post by Loadus »

Aaah, well that's an easy fix. Got to go try it right now. ^.^
Locked