Reply To: [Feature Request] (Custom Tasks) Easy Drop-down selector for list/arrays

Forums 💬 NodeCanvas 🗨️ General Discussion [Feature Request] (Custom Tasks) Easy Drop-down selector for list/arrays Reply To: [Feature Request] (Custom Tasks) Easy Drop-down selector for list/arrays

#14457
async0x42
Participant

    Hey, I came across Vexe Framework for Unity that provides some drawers, I noticed he sorted out a way to display a popup of string values using an attribute (his comment also says it can do non-static, but I haven’t checked it out).

    Source: https://github.com/vexe/VFW/blob/master/Assets/VFW%20Examples/Scripts/Attributes/PopupsExample.cs

    [PerItem, Popup("ItemsDB.getItemNames", CaseSensitive = false)]

    pulls from

    (Oh, I noticed a typo in GraphOwner.cs, enum EnableBahaviour should be EnableBehaviour)