Exception with ES3.3.2

Discussion and help for Easy Save 3
Post Reply
User avatar
sgoffman
Posts: 15
Joined: Sat Feb 21, 2015 11:26 pm

Exception with ES3.3.2

Post by sgoffman »

After updating to the latest ES3 (3.3.2f1) today, I get a NullRef exception when trying to load a save-game file:

ES3Reflection.cs, line 121: if(safe && fieldName.StartsWith(memberFieldPrefix) && field.DeclaringType.Namespace.Contains("UnityEngine"))

field.DeclaringType.Namespace is null (DeclaringType is a custom class that inherits from Monobehaviour)

This is in Unity 2020.3.0f1. Rolling back to previous ES3 version for now.
User avatar
Joel
Moodkie Staff
Posts: 4826
Joined: Wed Nov 07, 2012 10:32 pm

Re: Exception with ES3.3.2

Post by Joel »

Hi there,

I've had no other reports of this. Please could you create a basic project which replicates this and private message it to me with instructions?

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