Reply To: Can’t add bound script to newly added FlowController in play mode

Forums 💬 FlowCanvas ⚙️ Support Can’t add bound script to newly added FlowController in play mode Reply To: Can’t add bound script to newly added FlowController in play mode

#12124
Gavalakis
Keymaster

    Hey,

    Indeed, this is not possible right now. Technically the reason is because bound graphs are initialized in Awake, and as such since Awake is already ran in runtime, it is no longer possible to make a bound graph (but this can be solved around if it is an important feature to have 🙂 )

    Thanks!