Reply To: [Bug] Incorrect flags enum value display

Forums 💬 FlowCanvas ⚙️ Support [Bug] Incorrect flags enum value display Reply To: [Bug] Incorrect flags enum value display

#12177
timconkling
Participant

    I’m using FlowCanvas 3.2.1 with Unity 2020.3.22f1.

    My flags enum has the System.Flags attribute set, yeah:

     

    (I think that’s why Unity automatically adds the “Nothing” and “Everything” options to the enum dropdown – these options only make sense for flags enums. Though I wish it wouldn’t, in this case!)