As far as I can see, you are adding the variable to the GameObject component blackboard, but from within the node you access the local Graph blackboard which is a different blackboard 🙂
To access the GameObject component blackboard from within a node, you can do so with owner.blackboard. This will return the component blackboard attached to the gameobject where the FlowScriptController is (‘owner’ refers to the FlowScriptController here).
Let me know if that works for you.
Thanks 🙂
Join us on Discord: https://discord.gg/97q2Rjh
Login
Register
By registering on this website you agree to our Privacy Policy.