Page 1 of 1

Exception with ES3.3.2

Posted: Fri Mar 26, 2021 9:34 pm
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.

Re: Exception with ES3.3.2

Posted: Fri Mar 26, 2021 10:45 pm
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