Lost setting after quit

Issue #86 resolved
Former user created an issue

lost child class property after quit unity in unity 5.6.1, just show base class property. Before quit it is just ok

Comments (2)

  1. Tor Esa Vestergaard

    DId you remember to inherit your class from SeriaizedMonoBehaviour? And, if you wanted polymorphism for your field, to mark it with [OdinSerialize]?

    If that doesn't solve your issue, could you post some code examples or clarify more precisely what issue you are having? In particular, could you explain, step by step, how to reproduce your issue?

  2. Tor Esa Vestergaard

    From the sparse description, it is quite possible this issue was fixed in the newest patch. I'm marking this as resolved until more details are forthcoming.

  3. Log in to comment