Search found 4858 matches

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

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: 6110

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: 12329

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
by Joel
Mon Mar 04, 2013 2:54 pm
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Is there an Example you would like to see?
Replies: 38
Views: 349116

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

Thanks for your suggestion, we've just created the tutorial and it can be found HERE. We hope you enjoy using Easy Save!

All the best,
Joel
by Joel
Mon Mar 04, 2013 2:19 pm
Forum: (Legacy) Easy Save 2 Examples and Tutorials
Topic: Recording and Saving an AudioClip from a Microphone
Replies: 0
Views: 43708

Recording and Saving an AudioClip from a Microphone

Recording and Saving an AudioClip from a Microphone In this example we will be creating a simple Audio Recorder, which takes audio from a microphone and then saves it so we can play it back at a later time. How it Works If audio has been previously been recorded, a button will be displayed to allow...
by Joel
Thu Feb 14, 2013 9:02 pm
Forum: (Legacy) Easy Save 2 General Discussion
Topic: getting a byte[] ?
Replies: 1
Views: 5959

Re: getting a byte[] ?

Hi Alex,

Although it's not currently supported, we would be willing to add support for it if enough people are interested. I've added it to the requested feature list at our end.

Thanks,
Joel
by Joel
Mon Feb 11, 2013 11:34 am
Forum: (Legacy) Easy Save 2 General Discussion
Topic: New to Unity/ES2 - advice?
Replies: 1
Views: 6912

Re: New to Unity/ES2 - advice?

Hi there, The way you are doing it is the best way as there is minimal overhead when calling ES2's functions. However, for what you're looking to achieve, it sounds like you'd be better off creating a separate prefab for each weapon. For more information on using prefabs, you're better off discussin...
by Joel
Mon Feb 04, 2013 6:25 pm
Forum: Playmaker Examples
Topic: Creating Save Slots using Playmaker
Replies: 4
Views: 92115

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: 20237

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: 20237

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...