Page 1 of 1

Opening/Finding spreadsheets when RuntimeSettings/location is set to PlayerPrefs

Posted: Thu Aug 27, 2020 11:41 am
by Chimar
Hey Joel,

I'm messing around with the different location settings and i can't figure out how to open the spreadsheets saved when the location setting is set to player prefs.

The only way i can get to player prefs is through the registry editor (which i used for the first time today). From what i gather the file is there i just dont know how to get it out.

Do you know of a solution without having to save the SS somewhere else through a manual path set?

Cheers!

Re: Opening/Finding spreadsheets when RuntimeSettings/location is set to PlayerPrefs

Posted: Fri Aug 28, 2020 9:03 am
by Joel
Hi there,

Is there any reason you have the storage location set to PlayerPrefs? It's very rare that this needs to be used.

Just to clarify, you can set the storage location when calling ES3Spreadsheet.Save using an ES3Settings object. I.e.

Code: Select all

spreadsheet.Save("myFile.txt", new ES3Settings(ES3.Location.File));
All the best,
Joel

Re: Opening/Finding spreadsheets when RuntimeSettings/location is set to PlayerPrefs

Posted: Mon Aug 31, 2020 10:34 am
by Chimar
There's no specific reason, i guess.

I was tinkering with it to see how it worked and, based on how that'd go, i'd see if it was useful for some things a couple colleagues needed.

Since i had 0 save experience before this I never much messed with player prefs and the like.