Auto save Error when loading form different scene.

Discussion and help for Easy Save 3
Post Reply
EndlessMc
Posts: 4
Joined: Thu Apr 30, 2020 5:13 pm

Auto save Error when loading form different scene.

Post by EndlessMc »

I have been using the auto save feature to save all my progress during playtime, this works well if i stay in the same scene.
But now i want to load the main scene form a start scene. (just a menu with some buttons)

Using the SceneManager.LoadScene() with a button press the main scene gets loaded, but now the AutoSaveMg gives errors on most of my objects and saving doesn't work anymore.

Is this something im doing wrong loading the level? im just at a loss that it works player form the main scene, but not loading from the start scene.

all the errors are the same:
NullReferenceException: Object reference not set to an instance of an object
ES3AutoSaveMgr.AddAutoSave (ES3AutoSave autoSave) (at Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSaveMgr.cs:85)
ES3AutoSave.Awake () (at Assets/Plugins/Easy Save 3/Scripts/Auto Save/ES3AutoSave.cs:13)
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Auto save Error when loading form different scene.

Post by Joel »

Hi there,

I'm aware of this issue and it will be resolved in our upcoming update. In the meantime if you private message me your invoice number I can send over a fix.

All the best,
Joel
Joel @ Moodkie Interactive
Purchase Easy Save | Contact | Guides | Docs | Getting started
EndlessMc
Posts: 4
Joined: Thu Apr 30, 2020 5:13 pm

Re: Auto save Error when loading form different scene.

Post by EndlessMc »

Thanks for the reply Joel

I have send a pm with the invoice, its currently in outbox, but it looks like its send. could you confirm that?

Hopefully we shall be able to fix it
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Auto save Error when loading form different scene.

Post by Joel »

EndlessMc wrote:Thanks for the reply Joel

I have send a pm with the invoice, its currently in outbox, but it looks like its send. could you confirm that?

Hopefully we shall be able to fix it
I've just received your PM and have sent out the update to you :)

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