Difference between Graph BB and gameobject BB

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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12135
    kiro
    Participant

      Hi, what’s the 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.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.