Search found 4865 matches

by Joel
Wed May 29, 2024 9:03 am
Forum: General Discussion
Topic: about Error "Could not extract GUID in text file"
Replies: 6
Views: 2904

Re: about Error "Could not extract GUID in text file"

Glad you managed to find a solution to the issue.

All the best,
Joel
by Joel
Wed May 29, 2024 8:36 am
Forum: General Discussion
Topic: about Error "Could not extract GUID in text file"
Replies: 6
Views: 2904

Re: about Error "Could not extract GUID in text file"

Hi there, As mentioned above, this error is caused by Unity by ourselves and can happen with any asset in your Asset folder, not just Easy Save's assets. In your case it seems to be affecting ES3GlobalReferences.asset in Assets/Easy Save 3/Resources/ES3/, so I recommend making a copy of your project...
by Joel
Thu May 23, 2024 7:43 am
Forum: General Discussion
Topic: Loading through LoadInto in our use case broke after latest update
Replies: 3
Views: 147

Re: Loading through LoadInto in our use case broke after latest update

Hi there, Unfortunately it wouldn't be possible to debug this just by looking at it. Please could you send us a new project via the form at moodkie.com/contact with a simple scene which replicates this with the minimum amount of logic required so that we can debug the code (don't send the project he...
by Joel
Wed May 22, 2024 4:39 pm
Forum: General Discussion
Topic: How can I have more than one savefile at the same time?
Replies: 5
Views: 134

Re: How can I have more than one savefile at the same time?

It means that whether I use the "ES3.Load<T>(key, filepath)" ,or I use the cache,right? The method in the performance guide using ES3.Load is using caching. I.e.using an ES3Settings object to set the location to Cache, and then using this with ES3.Save/ES3.Load/ES3.CacheFile/ES3.StoreCach...
by Joel
Wed May 22, 2024 2:25 pm
Forum: General Discussion
Topic: How can I have more than one savefile at the same time?
Replies: 5
Views: 134

Re: How can I have more than one savefile at the same time?

Hi there, You shouldn't be using ES3File, this is an internal API which was deprecated quite a few years ago and isn't in our documentation. You should be using caching instead: https://docs.moodkie.com/easy-save-3/es3-guides/performance/#improving-runtime-performance-using-caching All the best, Joel
by Joel
Tue May 21, 2024 4:23 pm
Forum: General Discussion
Topic: How can I have more than one savefile at the same time?
Replies: 5
Views: 134

Re: How can I have more than one savefile at the same time?

Hi there,

You can simply specify the filePath parameter of the Easy Save methods. See the Getting Started guide for more information:

https://docs.moodkie.com/easy-save-3/ge ... me-or-path

All the best,
Joel
by Joel
Sun May 05, 2024 8:05 am
Forum: General Discussion
Topic: UnauthorizedAccessException on .tmp file?
Replies: 3
Views: 398

Re: UnauthorizedAccessException on .tmp file?

Glad you managed to resolve your issue. Just to clarify, disabling global references (i.e. enabling that scripting define) is unrelated to storage, so wouldn't be capable of triggering the error you were receiving.

All the best,
Joel
by Joel
Fri May 03, 2024 9:16 am
Forum: General Discussion
Topic: UnauthorizedAccessException on .tmp file?
Replies: 3
Views: 398

Re: UnauthorizedAccessException on .tmp file?

Hi there, As we can't officially support Switch because they do not provide Asset Store publishers with the middleware license legally required to do so, I'm afraid I can't provide support with anything Switch-specific. However, if you show me the code you're using and a screenshot of your settings ...
by Joel
Fri May 03, 2024 9:12 am
Forum: General Discussion
Topic: File being replaced with 0's
Replies: 1
Views: 289

Re: File being replaced with 0's

Hi there, The ES3File API was deprecated quite a long time ago and is only used internally, so we cannot provide support for it. You should instead use caching as described here to achieve what you're doing: https://docs.moodkie.com/easy-save-3/es3-guides/performance/#improving-runtime-performance-u...
by Joel
Thu Apr 25, 2024 7:35 am
Forum: General Discussion
Topic: How can i make a null check for getkeys?
Replies: 2
Views: 2361

Re: How can i make a null check for getkeys?

Hi there,

You don't appear to be using the latest version of Easy Save judging by your line numbers. Please try updating and see if that resolves your issue.

All the best,
Joel