Auto save Error Mgr not adding auto save objects.

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

Auto save Error Mgr not adding auto save objects.

Post 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
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

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

Post 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
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 Mgr not adding auto save objects.

Post by EndlessMc »

No missing components, even the test file prefabs give the error.

i Send you a PM
Post Reply