You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am getting this error " NullReferenceException: Object reference not set to an instance of an object
AutoSave.AutoSaveData () (at Assets/Scripts/Managers/AutoSave.cs:185)
AutoSave.Update () (at Assets/Scripts/Managers/AutoSave.cs:108)"
when i try to call AutoSaveData() from within the script.
I have tried the sample scene and instead of calling OnSave() from Save button, i called AutoSaveData() and I am getting the said exception.