Search found 4855 matches

by Joel
Thu Aug 20, 2015 2:39 pm
Forum: Feature Requests
Topic: Compression [ADDED]
Replies: 6
Views: 25170

Compression [ADDED]

Status Added in 3.3.1 Complexity 7/10 Description This would allow you to compress data using Easy Save. LZF compression is available under the BSD license (https://forum.unity.com/threads/lzf-compression-and-decompression-for-unity.152579/), and might be worth considering if .NET's built-in compre...
by Joel
Sun Aug 16, 2015 8:23 pm
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Is there an Example you would like to see?
Replies: 38
Views: 340816

Re: Is there an Example you would like to see?

With regards to saving to web, generally the examples on this page work the same way with all types . However, I've written an example for you below which specifically uploads the position of an object. A method which uploads a position: public IEnumerator UploadPosition() { // Create a URL and add ...
by Joel
Sun Aug 16, 2015 7:52 pm
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Is there an Example you would like to see?
Replies: 38
Views: 340816

Re: Is there an Example you would like to see?

Hi there, There's an example of saving a position on the ES2.Save documentation page , and you can save a float in the same way. I've pasted an example of each below: // Save a float and then load it. float myFloat = 123.45f; ES2.Save(myFloat, "myFloat"); // Save it. myFloat = ES2.Load<flo...
by Joel
Sat Aug 15, 2015 8:15 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: [SOLVED]about new config file use ES2
Replies: 5
Views: 8461

Re: about new config file use ES2

Hi there, At the moment there's no way to create a file. However, if there's enough demand for it we'll add it. I'm currently making a Requested Feature page, so I'll add this feature request to it when it becomes public. I think it would be a neat feature, so it won't be long before we add it. With...
by Joel
Fri Aug 14, 2015 1:59 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: [SOLVED]about new config file use ES2
Replies: 5
Views: 8461

Re: about new config file use ES2

Hi there, Easy Save stores data in binary format, so it's not possible to modify the data through a text editor. However, you can use Easy Save's File Editor (Assets > Easy Save 2 > File Editor) to modify the file. Alternatively, you can use ES2.SaveRaw and ES2.LoadRaw to save and load strings to an...
by Joel
Thu Aug 13, 2015 5:44 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Convert Spreadsheet back to Easy Save file?
Replies: 6
Views: 11471

Re: Convert Spreadsheet back to Easy Save file?

Hi there, If there's demand for it, we'd definitely be interested in adding functionality to convert back into an ES2Spreadsheet object (it'll be added eventually for completeness). We'll also have a think about converters to convert existing Easy Save data to a spreadsheet, and vice versa, as this ...
by Joel
Wed Aug 12, 2015 4:45 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Easy Save 2 and Playmaker difficulties
Replies: 5
Views: 5079

Re: Easy Save 2 and Playmaker difficulties

Hi there,

I'll unfortunately need to see the project to see what's wrong as I can't get enough info from the screenshots. If you send over the project as soon as you get a chance, I'll hopefully be able to come back with a solution for you fairly quickly.

All the best,
Joel
by Joel
Wed Aug 12, 2015 8:10 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Easy Save 2 and Playmaker difficulties
Replies: 5
Views: 5079

Re: Easy Save 2 and Playmaker difficulties

Hi there,

I can't see anything obviously wrong with your actions, though I'm not sure I fully understand the problem you're having.

Would you be able to send me your project on joel@moodkie.com so I can try it at my end?

All the best,
Joel
by Joel
Wed Aug 12, 2015 7:28 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Integrate Easy Save with Anti Cheat Toolkit
Replies: 1
Views: 5683

Re: Integrate Easy Save with Anti Cheat Toolkit

Hi there,

As we have no experience with that plugin, we can't confirm whether it's possible.

There's a guide to adding support for custom types HERE, but you may want to confirm with the makers of anti-cheat toolkit that it will work with their types.

All the best,
Joel
by Joel
Tue Aug 11, 2015 4:28 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: Easy Save 2 and Playmaker difficulties
Replies: 5
Views: 5079

Re: Easy Save 2 and Playmaker difficulties

Hi there,

Hopefully I'll be able to help. Would you be able to post some screenshots of your Easy Save actions and FSM so I can see where it's going wrong?

All the best,
Joel