Can't use ES3.SaveRaw to save a string.

Discussion and help for Easy Save 3
Post Reply
tunied
Posts: 11
Joined: Wed Sep 06, 2017 7:27 am

Can't use ES3.SaveRaw to save a string.

Post by tunied »

Hi , i download the last release in AssetStore (ES 3.0)

and i want try to save a string(json format) to an File

Code: Select all

 var str = json.ToString();
 ES3.SaveRaw(str, "abc");
when i run the code , only get a abc.tmp file in persistent data path.

is there anything wrong with my code?

thanks.

Eran.
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Can't use ES3.SaveRaw to save a string.

Post by Joel »

Hi Eran,

This issue is fixed in the upcoming version. In the meantime if you PM me your invoice number, I'll send you the update.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
Post Reply