Reply To: Difference between Graph BB and gameobject BB

Forums 💬 FlowCanvas ⚙️ Support Difference between Graph BB and gameobject BB Reply To: Difference between Graph BB and gameobject BB

#12136
Gavalakis
Keymaster

    Hello,

    The GameObject Blackboard is part of the Gameobject that the Blackboard is attached to. Also, because it is a Component, it can have scene object references in its variables.

    The Graph Blackboard is part of the Graph only. So if you are using the same graph (an asset graph) with multiple FlowScriptControllers, each of those graphs will have the same Graph Blackboard (and thus set of variables).

    Let me know if this helps. Thanks.