I’m working with List<> of Scriptable Objects, that store few data. All works fine, saves data correctly and it’s great, but … Sometimes, without apparent reason, all scriptables objects lose their data.
Maybe it’s just once every 2 or 3 weeks, but some mornings suddenly all my Lists are full of null Scriptable Objects. Thats force me to refill it all fields manualy .
I already use [System.Serializable] and EditorUtility.SetDirty to force saving, but every few days, all data are lost anyway.
Some ideas, suggestions about it ?
Thanks for reading.