Search found 4861 matches

by Joel
Mon Feb 04, 2013 6:25 pm
Forum: Playmaker Examples
Topic: Creating Save Slots using Playmaker
Replies: 4
Views: 92258

Creating Save Slots using Playmaker

Creating Save Slots using Playmaker In this tutorial, we will create a basic GUI which will contain a series of save slots, allowing up to 4 separate saved games. Each saved game will store a level number; when the save slot is clicked, that level will be loaded. Creating a Save Slot Button Our sav...
by Joel
Mon Jan 28, 2013 7:35 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2 release upgrade: The Good, The Badass, and The Ugly
Replies: 11
Views: 20242

Re: ES2 release upgrade: The Good, The Badass, and The Ugly

Just released an update to fix this, which should be approved in the next couple of days. We believe that the MonoDevelop project became corrupt, and it was causing undesired behaviour with the conditional compilation. We rebuilt the project and voila, it's all working fine, including Petrucio's ori...
by Joel
Mon Jan 28, 2013 9:42 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2 release upgrade: The Good, The Badass, and The Ugly
Replies: 11
Views: 20242

Re: ES2 release upgrade: The Good, The Badass, and The Ugly

Hi trothmaster, There's nothing that you are doing wrong. It would seem that something at our end didn't like the changes we made to fix the overwrite bug. We're looking into this and will hopefully have an update submitted later today. I think this is most likely a problem which can be solved by us...
by Joel
Fri Jan 25, 2013 6:25 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2 release upgrade: The Good, The Badass, and The Ugly
Replies: 11
Views: 20242

Re: ES2 release upgrade: The Good, The Badass, and The Ugly

Great news, we look forward to seeing them!
by Joel
Fri Jan 25, 2013 11:18 am
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Is there an Example you would like to see?
Replies: 38
Views: 349323

Is there an Example you would like to see?

Is there an Example or Tutorial you would like to see?

Add your suggestions to this thread and we'll see what we can do.

Thanks,
Joel
by Joel
Fri Jan 25, 2013 11:15 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2 release upgrade: The Good, The Badass, and The Ugly
Replies: 11
Views: 20242

Re: ES2 release upgrade: The Good, The Badass, and The Ugly

Solved!

For some reason, when compiling the DLL, one of the precompiler directives was being ignored. We've found another way around it and I'll get an update sent out today.

Thanks for making us aware of this; we'll be running our unit tests before and after compilation from now on!
by Joel
Fri Jan 25, 2013 8:54 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: ES2 release upgrade: The Good, The Badass, and The Ugly
Replies: 11
Views: 20242

Re: ES2 release upgrade: The Good, The Badass, and The Ugly

Hi Petrucio,

I'm looking into this for you at the moment. It looks like something odd is happening when we compile to our DLL.

All the best,
Joel
by Joel
Wed Jan 23, 2013 6:24 pm
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Using Easy Save with iCloud Plugins
Replies: 0
Views: 38676

Using Easy Save with iCloud Plugins

Using Easy Save with iCloud Plugins Although Easy Save does not have its own iCloud functionality, it is very simple to integrate Easy Save with existing iCloud plugins, using ES2.SaveRaw and ES2.LoadRaw . Integrating with 'iCloud for Unity' by Jemast To upload a file we've created with Easy Save 2...
by Joel
Tue Jan 22, 2013 10:52 pm
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Saving and Loading Custom Classes
Replies: 0
Views: 42896

Saving and Loading Custom Classes

Saving and Loading Custom Scripts

This tutorial has now been superseded by the Adding Support for Other Types guide.