Harald đã viếtUnfortunately I'm not familiar with Odin's OnValueChanged implementation. Is it implemented via CustomPropertyDrawer?
To be honest I don't know. When I bought Odin Inspector, I decided to keep my self out of trouble and bought only the closed source version (which I feel sorry from time to time, but I am sure I saved enough time by staying away of the source 🙂 )
What I believe they do is to implement a custom inspector (and draw everything that is not drawn with another custom inspector using their own methods). This way they can provide us with some nice attributes (both for styling and change notifications and other).
Anyway I was able to workaround the issue using unity's OnValidate calls so this is not a something that I really need at the moment, but I am still curious why it doesn't work.
Harald đã viết
Could you perhaps paste the Debug Log statements here?
There is nothing really interesting there. There is no crash or anything, just the names of the bones that I selected on the previous click.
P.S.
I don't believe there is any bug on the Spine side here, if there is really an issue here I would say it is more of a incompatibility between spine and odin inspector (or bug in odin inspector).
Harald, if you can give me a few hints where the the actual assignment of the value is happening when selecting a bone, so I can ask Odin's people if they have a problem there it would be nice.