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
Sorry for taking so long for getting back to this!
I've made significant changes to the package, it broke all the time, mostly because of the unity importer being too clunky fro the data to be saved in the metadata. I've moved saving the parent/child structure from the metadata to a scriptable object library.
I've at the same time updated everything to Unity 2022.3.16 and Odin 3.2.1.0.
I am still testing the new code, but if you'd like to have a look, you can access it here: https://github.com/GieziJo/ScriptableObjectVariant.git#SOData
I've also written some code to update the system from the old one to the new package (c.f. upgrade guid).
I haven't seen this error since, but will keep it in mind if it pops up.
I'm using Unity 2022.1.6 with Odin 3.1.10
I think this is caused by some change in Odin. In line 56 in SOVariantAttributeProcessor.cs
Property.Tree.SerializedObject
is null.I was able to fix this by replacing the line with:
I'm not sure if this could cause other problems because SmartValue has some additional logic by Odin.
The text was updated successfully, but these errors were encountered: