LayerMask field / auto property not changeable in inspector

Issue #119 resolved
Former user created an issue

I am unable to change the value of LayerMask fields and auto properties marked with [OdinSerialize] in the inspector. The object being inspected is a SerializedMonoBehaviour.

I cannot edit either of the following:

[OdinSerialize] LayerMask layerMask;
[OdinSerialize] LayerMask LayerMaskProperty { get; set; }

Comments (1)

  1. Tor Esa Vestergaard

    Hello, and thanks for reporting this issue. We've reproduced it, and introduced a fix which will make it into the next patch.

  2. Log in to comment