Difference between Graph BB and gameobject BB

FlowCanvas Forums Support Difference between Graph BB and gameobject BB

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

    Hi, what’s the difference between Graph BB and gameobject BB?

    #3280
    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.

    Join us on Discord: https://discord.gg/97q2Rjh

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