Reply To: The public field variable can not be reflected?

Forums 💬 FlowCanvas ⚙️ Support The public field variable can not be reflected? Reply To: The public field variable can not be reflected?

#22456
Gavalakis
Keymaster

    Hello,

    Fields are not supported by FlowCanvas for performance (because fields can’t be turned into delegates). Only properties are supported.
    You can always of course do something like this if you want to also use the Unity inspector 🙂

    Let me know if that works for you.
    Thanks!