Reply To: What's the best way to create a popup with values from a list?

Forums 💬 FlowCanvas ⚙️ Support What's the best way to create a popup with values from a list? Reply To: What's the best way to create a popup with values from a list?

#22392
Gavalakis
Keymaster

    The blackboard GUI is not very customizable in this regards at least right now. There are some solutions I can think of like creating a custom class with custom object drawer, but I think this could become an overkill 🙂
    What I’d like to suggest instead is simply create a string variable and bind it to a property or field of a monobehaviour on the gameobject. This way, you can inspect and edit the property/field however you like, but still have it be bound to the variable 🙂

    For example:

    And then in the Blackboard:
    [attachment file=”Bindings.png”]

    Let me know if this solution works for you.
    Thanks.