I updated my unity version from 2018.2.1 to 2019.2.6 and now I get an error when trying to save in my game with my serialization. All the code worked fine before I updated Unity and now it doesn’t work. Went through all my serialization and ensured no “ScriptableObjects” even get close to anything with my saving. If I had anything of scriptable objects trying to be serialized like that before updating it wouldn’t have worked then, so not sure why it has errors now.
If anyone has any lead on this, thank you very much because my project is completely busted at this point.
SerializationException: Type ‘UnityEngine.ScriptableObject’ in Assembly ‘UnityEngine.CoreModule, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null’ is not marked as serializable.