Page 1 of 1

Auto save Error Mgr not adding auto save objects.

Posted: Fri May 28, 2021 4:46 pm
by EndlessMc
Hi there, im quickly trying to test a simple auto save some objects in my scene, nothing to difficult.
Having added the mgr and made a script do save and load the file i encounter the following problem:

For every object that i gave the auto save script it gives the following error:
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)

can't seem to find similar problems, any knowledge what causes this?
i am using unity 2020.2.1f1

Re: Auto save Error Mgr not adding auto save objects.

Posted: Fri May 28, 2021 5:26 pm
by Joel
Hi there,

I've had no reports of this error. Please could you replicate this in a new project and private message it to me so I can see what is happening?

Also just to check, there are no missing components on the objects you're trying to save?

All the best,
Joel

Re: Auto save Error Mgr not adding auto save objects.

Posted: Fri May 28, 2021 6:02 pm
by EndlessMc
No missing components, even the test file prefabs give the error.

i Send you a PM