Search found 8 matches

by ElChile
Fri Jun 11, 2021 12:25 am
Forum: General Discussion
Topic: Quick question about absolute paths
Replies: 4
Views: 859

Re: Quick question about absolute paths

That did it! Thanks a bunch Joel! :D
by ElChile
Thu Jun 10, 2021 8:18 pm
Forum: General Discussion
Topic: Quick question about absolute paths
Replies: 4
Views: 859

Re: Quick question about absolute paths

Hi Joel, Thanks for the quick reply! I am indeed using a relative filename to create/store the save file. In this case, how would you recommend I extract the complete file path? I'm trying to feed it to a System.IO streamreader so I can get all the text inside the save file as a string and send it v...
by ElChile
Thu Jun 10, 2021 3:06 pm
Forum: General Discussion
Topic: Quick question about absolute paths
Replies: 4
Views: 859

Quick question about absolute paths

Hi Moodkie community! I'm trying to combine ES3 with unity's user reporting so I get a save file everytime the players submit a report. However, to do this I need to get the absolute file path of the save file regardless of platform (my game is for win, OSX & linux). I found this page in the doc...
by ElChile
Fri Jan 22, 2021 2:41 pm
Forum: General Discussion
Topic: Issue with creating settings with Cache
Replies: 2
Views: 652

Re: Issue with creating settings with Cache

Ah! my apologies; should have tried that first.

Thank you Joel!
Rafa
by ElChile
Fri Jan 22, 2021 3:42 am
Forum: General Discussion
Topic: Issue with creating settings with Cache
Replies: 2
Views: 652

Issue with creating settings with Cache

Hi ES3! I've been having an issue when trying to create a Cache for my save system. I'm following the example on the 'Improving performance' page, but Unity doesn't let me compile. In the line saveCache = new ES3Settings(ES3.Location.Cache); I get an error stating Argument1:cannot convert from 'ES3....
by ElChile
Wed Jan 20, 2021 2:13 pm
Forum: General Discussion
Topic: Noob beginner question: how do you get a file?
Replies: 4
Views: 948

Re: Noob beginner question: how do you get a file?

Gotcha, thanks Joel. And thanks a lot for the quick response!

Cheers,
Rafa
by ElChile
Wed Jan 20, 2021 1:58 am
Forum: General Discussion
Topic: Noob beginner question: how do you get a file?
Replies: 4
Views: 948

Re: Noob beginner question: how do you get a file?

Hey Joel!

Thank you that's perfect :D Out of curiosity is there any pro/con to deleting the file versus clearing it? If clearing is preferred what would be the way to do this?

Cheers!
Rafa
by ElChile
Tue Jan 19, 2021 4:49 pm
Forum: General Discussion
Topic: Noob beginner question: how do you get a file?
Replies: 4
Views: 948

Noob beginner question: how do you get a file?

Hi everybody, Sorry for the noob question, but I haven't been able to find in the documentation how to get an es3 file from the directory. Basically what I want to do is to delete/clear a specific file that was created in a previous session. Something like: public void ClearData(int _saveSlot) { if ...