Reply To: Several issue about NodeCanvas.

Forums 💬 NodeCanvas 🗨️ General Discussion Several issue about NodeCanvas. Reply To: Several issue about NodeCanvas.

#14004
Gavalakis
Keymaster

    Hey,

    In the latest version of NC available, flags enums are supported and shown correctly. The inspector is using Unity’s 5.x EnumMaskPopup. What version of NodeCanvas and Unity are you using?
    [attachment file=”FlagsEnum.png”]

    Regarding the “variable promoted” logs, I intentionally made them to always show, because I think they are very important. I will though wrap the log in an #if UNITY_EDITOR so that it doesn’t come in the build. You are correct in that 🙂

    Please let me know about the flags enum issue.
    Thanks!