FlowCanvas Forums › Support › using NodeCanvas with FlowCanvas › Reply To: using NodeCanvas with FlowCanvas
yes, the OnEnable will not work on the the first node but will work on the rest.
To be honest, i’ve no idea if i’m nesting flowscripts correctly, what event should i be using in the flowscript to be called directly from the behaviour tree? as using OnEnable or OnUpdate gives me huge slowdowns.
the reason i didn’t want to use macros was they are self contained and cant share the blackboard ad nested scripts do. (just my preference).
Thank you.