Constant errors when inspecting Custom Unity Events serialized by Odin
Issue #291
resolved
As the title says, Unity throw multiple errors for every change done to the inspected UnityEvents. I'm attaching part of the log which contains the errors caused by just changing a bool property. Sometimes it also shows the target object of the event as "Type Mismatch" and turns the entry as read only.
This is not happening with built-in UnityEvent class, just with custom UnityEvent classes which are child of it.
Comments (5)
-
-
Any updates on this issue? I have seen similar error messages in our project.
-
Yup, sorry forgot to mark this one as solved as well. If you want a hotfix for it just shoot us an email from our website with your Odin invoice Id, and I'll send it your way.
-
- changed status to resolved
-
- removed milestone
Removing milestone: 1.0.6.0 (automated comment)
- Log in to comment
Thanks for the report. We'll take a look at this tomorrow.
In the meantime, if you're using Odin's Serialization you could consider just serializing delegates instead of UnityEvents.