Search found 14 matches

by Izitmee
Mon Jun 23, 2014 6:52 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Global ES2Settings
Replies: 9
Views: 8066

Re: Global ES2Settings

Oops didn't realize it was because of the global settings. I just contacted you as you said, and thanks again :)
by Izitmee
Mon Jun 23, 2014 4:24 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Global ES2Settings
Replies: 9
Views: 8066

StackOverflowException

Hi Joel, and sorry for being such a bother in these days. I am now encountering a bug, on Unity 4.5 and Easy Save 2's latest Asset Store version. StackOverflowException: The requested operation caused a stack overflow. ES2Writer.WriteEncrypted[Boolean] (Boolean param, .ES2Type type) I whipped out a ...
by Izitmee
Mon Jun 23, 2014 1:23 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Global ES2Settings
Replies: 9
Views: 8066

Re: Global ES2Settings

This is fantastic, and all I wanted to do. Thanks Joel :)
by Izitmee
Mon Jun 23, 2014 11:48 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Global ES2Settings
Replies: 9
Views: 8066

Re: Global ES2Settings

P.S. thought I'd add a possible API example. What I mean is being able to do this via code: ES2.defaultSettings = new ES2Settings { saveLocation = ES2Settings.SaveLocation.PlayerPrefs, encrypt = true, encryptionPassword = "somePassword" }; And then Easy Save would use those settings every ...
by Izitmee
Mon Jun 23, 2014 11:45 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Global ES2Settings
Replies: 9
Views: 8066

Re: Global ES2Settings

That would be great, and yes, I'm talking about default save location (and also encryption). Being able to do it via code instead than by adding an object to the scene would be the best thing, imho. Personally, I setup Easy Save in my "core brain", so that everything works as expected from...
by Izitmee
Mon Jun 23, 2014 10:57 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Upgrading to v2.19
Replies: 8
Views: 4853

Re: Upgrading to v2.19

Yes it does, thank you for the insight :)
by Izitmee
Mon Jun 23, 2014 10:55 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Global ES2Settings
Replies: 9
Views: 8066

Global ES2Settings

Hi again Joel, I was wondering if there is a way to set global ES2Settings, so that Easy Save uses those settings by default, and one can call all methods without having to pass an ES2Settings object each time. If it doesn't exist, it would indeed be pretty handy if it could be implemented? Thanks &...
by Izitmee
Mon Jun 23, 2014 9:46 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Upgrading to v2.19
Replies: 8
Views: 4853

Re: Upgrading to v2.19

By the way, a quick off-topic question. Can I move all Easy Save assets inside an Easy Save folder, or I have to leave it inside the Plugins one you package it with?

EDIT: even putting everything Easy Save related inside an Easy Save subfolder of Plugins would be good.
by Izitmee
Mon Jun 23, 2014 9:42 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Upgrading to v2.19
Replies: 8
Views: 4853

Re: Upgrading to v2.19

Thanks Joel, will do that.
by Izitmee
Sun Jun 22, 2014 7:46 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Upgrading to v2.19
Replies: 8
Views: 4853

Re: Upgrading to v2.19

Hi Joel,

ouch, I was wrong, and instead was using encryption. In this case, how can I load previous Easy Save saved data and upgrade it to the post-2.19 versions?

Thanks