Issue with creating settings with Cache

Discussion and help for Easy Save 3
Post Reply
ElChile
Posts: 8
Joined: Thu Jan 07, 2021 2:15 pm

Issue with creating settings with Cache

Post by ElChile »

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

Code: Select all

        saveCache = new ES3Settings(ES3.Location.Cache);
I get an error stating Argument1:cannot convert from 'ES3.Location' to 'string'.

Am I missing a namespace or any other step?

In advance, thank you.
Rafa
User avatar
Joel
Moodkie Staff
Posts: 4846
Joined: Wed Nov 07, 2012 10:32 pm

Re: Issue with creating settings with Cache

Post by Joel »

Hi Rafa,

Updating from the Asset Store should resolve your issue, as you appear to be on an older version.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
ElChile
Posts: 8
Joined: Thu Jan 07, 2021 2:15 pm

Re: Issue with creating settings with Cache

Post by ElChile »

Ah! my apologies; should have tried that first.

Thank you Joel!
Rafa
Post Reply