Enum auto property can't be set from inspector

Issue #60 resolved
Former user created an issue

Problem: Attempting to set an auto property with an enum value from the inspector has no effect. The value in the inspector stays the same regardless of which value is selected from the drop down. This is with the [OdinSerialize] attribute.

Example:

public enum State { High, Low }

[OdinSerialize] public State state { get; set; }

Unity Version: 5.6.0f3

Comments (2)

  1. Log in to comment