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

FlowCanvas Forums 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?

#1142
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:
Bindings

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

Join us on Discord: https://discord.gg/97q2Rjh

Attachments:
  1. Bindings.png