IsAutoPlay Property NULL

Issue #162 resolved
Lucas Martin created an issue

Odin version: 1.0.4.1, Unity version: 5.6.2f1, OS: Win10 64 Bits

Hi! Im having some issues playing the game. Appears to be a Null pointer exception somewhere while "IsAutoPlay" is being called / used for some kind of serialization!

Uploading an attachment for errors!

Comments (2)

  1. Tor Esa Vestergaard

    Hey, and thanks for reporting the issue. Also, sorry for being so slow to reply - we had our hands full attending a conference recently.

    We've reproduced this issue, and fixed it. This fix will make it into the next patch. The error happened because, somewhere, in a class that was being serialized, you had a property marked for serialization, which had a getter, but no setter - and we forgot to account for this case.

    If getting a fix is crucial for you, you can send me your invoice ID at tor@sirenix.net, and I'll send you a patch with a hotfix promptly.

  2. Log in to comment