Reply To: Using FSM for UI flow: Back button trouble

Forums 💬 NodeCanvas 🗨️ General Discussion Using FSM for UI flow: Back button trouble Reply To: Using FSM for UI flow: Back button trouble

#13827
Gavalakis
Keymaster

    Hello,

    I like your solution as well as the condition 🙂 I think I will include this in the next version as well. The name property by the way, can be made easier, since BBParameter already overrides ToString(), thus to return a nice label automatically 🙂

    With that said though, I think that if you want to actually check if a button is clicked, then maybe using the “UGUI/Button Clicked” condition could be a better option depending on your use case.

    Thanks!